Headers with different values on different pages

  • In WpRichtext, how to put different values on each page header? For when I insert a value in a header, the header of all pages get the same value. There is how to individualize this?

    I created 2 headers: An Odd and Even.
    - The Odd, the header is "Book 13". I pass the value that the Book will start.
    - Even On the next page header, the header will be empty. But the same size Odd header.

    - In the next odd page, the header is "Book 14". Increasing 1.
    - Even In the next page, the header will be empty. And so by the end of the document.

    Unable to create the headers and so far everything ran normally. But I could not get the headers for odd pages, receive different values. How to individualize this?

    • Offizieller Beitrag

    Hi,

    the headers are usually reused, this means the same text is displayed. If you want to have variable text you can use a text object - UseInputTextFiledName to create one. To fill the text object with text use the Event OnTextObjectGetText.

    Page numbers and Dates are also implemented as text objects.

    Julian