Hi Wei, Message de Wei Min Teo date 2009-08-21 05:50 : > > How can i enumerate through a text document by pages to check its individual > header? >
Use interface com.sun.star.text.XPageCursor, from a com.sun.star.text.TextViewCursor. It provides, among others : boolean jumpToFirstPage() boolean jumpToNextPage() See Developer's Guide <http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Text/TextViewCursor> Regards Bernard --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
