Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XHeaderFooterPageStyle

Base Interface
com::sun::star::uno::XInterface

[ 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