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

com :: sun :: star :: sheet ::

interface XHeaderFooterContent

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

Description
represents the contents of a header or footer on a page.
See also
com::sun::star::sheet::HeaderFooterContent


Known Services which Export this Interface

com::sun::star::sheet::HeaderFooterContent the content of a header or footer in a page format.

Methods' Summary

getLeftText
getCenterText
getRightText

Methods' Details

getLeftText
 
com::sun::star::text::XText
getLeftText();
Returns
the text which is printed in the left part of the header or footer.
getCenterText
 
com::sun::star::text::XText
getCenterText();
Returns
the text which is printed in the center part of the header or footer.
getRightText
 
com::sun::star::text::XText
getRightText();
Returns
the text which is printed in the right part of the header or footer.

Top of Page