Words & horizontal line

  • I'm goiing to be creating a multi source document and I'd like to be able to separate each section (source) with a heading followed by a horizontal line on the same line. Sort of like:

    CORPORATE ----------------------------

    Is that possible? If so how?

    TIA

    • Offizieller Beitrag

    Hi,

    I already send an answer as e-mail:

    Zitat

    > I'm trying to create a document with 3 pages with a separate header on each page. I've tried to follow the manual or olh but they seem to rely on separate wprichtexts.

    > Is it possible to do in code without additional wprichtexts? If so how?

    That works very nice in V5 or V6. You need to create header and footer texts in
    the collectioin WP.HeaderFooter.

    Give them a name.

    then use the OnGetSpecialText to select the header and footer "manually"

    It really depens how you build up the document. If you know what your sections are.

    WPTools also does sections - try AppendAsSection

  • Julian

    Got the email and will be looking at that, but this is a different question. :D

    This one was about how to have some text followed by the horizontal line on the same line rather than on the next line down

    Roy