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

interface XHeaderFooterPageStyle
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XHeaderFooterPageStyle
[ DEPRECATED ]

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