interface XHeaderFooterPageStyle in module com::sun::star::text::

(Global Index)

[ DEPRECATED ]

Syntax

interface XHeaderFooterPageStyle : com::sun::star::uno::XInterface ;

Method Summary

getHeader

getFooter

Method Details



getHeader

Syntax

com::sun::star::text::XHeaderFooter getHeader ();

Returns

the interface of the header.

getFooter

Syntax

com::sun::star::text::XHeaderFooter getFooter ();

Returns

the interface of the footer.
Top of Page