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

interface XHeaderFooterContent
Description
provides access to the text contents of a header or footer on a page.
See also
HeaderFooterContent, TablePageStyle

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

Description
returns the text which is printed in the left part of the header or footer.
See also
::com::sun::star::text::Text
getCenterText
::com::sun::star::text::XText
getCenterText();

Description
returns the text which is printed in the center part of the header or footer.
See also
::com::sun::star::text::Text
getRightText
::com::sun::star::text::XText
getRightText();

Description
returns the text which is printed in the right part of the header or footer.
See also
::com::sun::star::text::Text
Top of Page