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

interface XHeaderFooterPageStyle
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XHeaderFooterPageStyle
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated

Methods' Summary
getHeader  
getFooter  
Methods' Details
getHeader
::com::sun::star::text::XHeaderFooter
getHeader();

Returns
the interface of the header.
getFooter
::com::sun::star::text::XHeaderFooter
getFooter();

Returns
the interface of the footer.
Top of Page