:: com :: sun :: star :: text ::

deprecated interface XHeaderFooter
Usage Restrictions
deprecated
Deprecation Info
Use the properties of ::com::sun::star::style::PageProperties instead

Methods' Summary
getLeftPagesText  
getRightPagesText  
Methods' Details
getLeftPagesText
XText
getLeftPagesText();

Returns
the text interface for the header/footer text of a left page.
getRightPagesText
XText
getRightPagesText();

Returns
the text interface for the header/footer text of a right page.
Top of Page