Hi, I'm working on an export filter so I enumerate all paragraphs in a document and then process each paragraph. This works for the xtext content of each paragraph.
I now need to find the xtext for the header and footer. I experimented with the following - I check that the header is on. I then find the "HeaderText" property value. However this doesn't return the header for each page - it seems to return the header of the first page and footer of the final page. How can I access the header and footer xtext for each page? Is there a relationship between the enumerated paragraphs and the "style" containing the footer content? -- View this message in context: http://www.nabble.com/finding-header-and-footer-xtext-for-each-page-tf3692212.html#a10323148 Sent from the openoffice - api dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
