interface XHeaderFooterContent in module com::sun::star::sheet::

(Global Index)

Syntax

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

Description

represents the contents of a header or footer on a page.

See also

HeaderFooterContent

Method Summary

getLeftText

getCenterText

getRightText

Known Services Which Export this Interface

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

Method Details



getLeftText

Syntax

com::sun::star::text::XText getLeftText ();

Returns

the text which is printed in the left part of the header or footer.

getCenterText

Syntax

com::sun::star::text::XText getCenterText ();

Returns

the text which is printed in the center part of the header or footer.

getRightText

Syntax

com::sun::star::text::XText getRightText ();

Returns

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