Populate Headers with Correct EAR information
Hi,
I need to implement the following information in running headers
throughout a portion of a document.
Different Odd / Even hearder (easy)
On Odd pages
if no headings (level 1, 2,3,or 4) no text
if any of heading level 1,2,3,4 first occurrence on page of the
heading number
On even pages
if no headings (level 1, 2,3,or 4) no text
if any of heading level 1,2,3,4 last occurrence on page of the heading
number
I have explored Styleref but, because it remembers the heading numbers
from previous pages, it doesn't support all the requirements.
I was thing about the following approach
setup standard headers and use styleref to point EarContent style
iterate through each page
Search through the page
depending on even or odd page, extract the correct outline number
extract the ear test (eg. 1.2.a.ii) for a level 4
write the text to the page at the end and style it with a character
style (EarContent) (the style is white and small pt size)
next page
This way the simple styleref picks up my text,
is there a non vba solution?
Thanks,
Bob
.
Relevant Pages
- Re: Header Hell doing Different Even and Odd and First page.
... I just finished going through the StyleRef Field Tutorial, ... At Left margin on even page: Appendix A which is a Heading 1 style now ... in the even page header just to have a consistant "Appendix A" in the ... have to do a header on each even and odd page along with section page ... (microsoft.public.word.newusers) - Re: Populate Headers with Correct EAR information
... I need to implement the following information in running headers ... Different Odd / Even hearder ... if any of heading level 1,2,3,4 first occurrence on page of the ... The example of the ear text above should be ii (only showing the final ... (microsoft.public.word.vba.general) - Re: Populate Headers with Correct EAR information
... I need to implement the following information in running headers ... Different Odd / Even hearder ... if any of heading level 1,2,3,4 first occurrence on page of the ... The example of the ear text above should be ii (only showing the final ... (microsoft.public.word.vba.general) - Re: Header Hell doing Different Even and Odd and First page.
... > StyleRef helps in that second situation. ... > do is change the even header as needed from Appendix A to Appendix B to ... > Turn on Odd and Even Page Headers, turn off Same as Previous for both ... > Appendix A and B in same section, title Appendix A formatted as Heading 1. ... (microsoft.public.word.newusers) - Re: Header Hell doing Different Even and Odd and First page.
... StyleRef helps in that second situation. ... > section with no header with Even header saying ... Section 1, type Appendix A in Even Page, type Contents of Appendix A in Odd ... Appendix A and B in same section, title Appendix A formatted as Heading 1. ... (microsoft.public.word.newusers) |
|