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

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

Methods' Summary
getHeader  
getFooter  
Methods' Details
getHeader
XHeaderFooter
getHeader();

Returns
the interface of the header.
getFooter
XHeaderFooter
getFooter();

Returns
the interface of the footer.
Top of Page