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

interface XHeaderFooterContent
Description
provides access to the text contents of a header or footer on a page.

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.
getCenterText
::com::sun::star::text::XText
getCenterText();

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

Description
returns the text which is printed in the right part of the header or footer.
Top of Page