:: com :: sun :: star :: sheet ::
|
| interface XHeaderFooterContent |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XHeaderFooterContent
| ::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- provides access to the text contents of a header or footer on a page.
- See also
- ::com::sun::star::sheet::HeaderFooterContent
- See also
- ::com::sun::star::sheet::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
- 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
Copyright © 2003 Sun Microsystems, Inc.