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

service TablePageStyle
Description
represents a page style for a spreadsheet.

This service extends the service ::com::sun::star::style::PageStyle with spreadsheet specific properties.

Developers Guide
8.4.1 Spreadsheet Documents - Overall Document Features - Styles - Page Styles

Included Services
::com::sun::star::style::PageStyle
Description
contains all common page style properties.
Properties' Summary
CenterHorizontally determines whether the table is centered horizontally on the page.
CenterVertically determines whether the table is centered vertically on the page.
PrintAnnotations enables printing of cell annotations.
PrintGrid enables printing of the cell grid.
PrintHeaders enables printing of column and row headers.
PrintCharts enables printing of charts.
PrintObjects enables printing of embedded objects.
PrintDrawing enables printing of drawing objects.
PrintFormulas enables printing of formulas instead of their results.
PrintZeroValues enables printing of zero-values.
PrintDownFirst specifies the print order for the pages within each sheet.
LeftPageHeaderContent contains the content of the header for left pages.
LeftPageFooterContent contains the content of the footer for left pages.
RightPageHeaderContent contains the content of the header for right pages.
RightPageFooterContent contains the content of the footer for right pages.
FirstPageNumber contains the page number applied to the first page for this sheet.
PageScale contains the scaling factor (in percent) for printing the sheet.
ScaleToPages contains the number of pages the sheet will printed.
Properties' Details
CenterHorizontally
boolean CenterHorizontally;
Description
determines whether the table is centered horizontally on the page.
CenterVertically
boolean CenterVertically;
Description
determines whether the table is centered vertically on the page.
PrintAnnotations
boolean PrintAnnotations;
Description
enables printing of cell annotations.
PrintGrid
boolean PrintGrid;
Description
enables printing of the cell grid.
PrintHeaders
boolean PrintHeaders;
Description
enables printing of column and row headers.
PrintCharts
boolean PrintCharts;
Description
enables printing of charts.
PrintObjects
boolean PrintObjects;
Description
enables printing of embedded objects.
PrintDrawing
boolean PrintDrawing;
Description
enables printing of drawing objects.
PrintFormulas
boolean PrintFormulas;
Description
enables printing of formulas instead of their results.
PrintZeroValues
boolean PrintZeroValues;
Description
enables printing of zero-values.
PrintDownFirst
boolean PrintDownFirst;
Description
specifies the print order for the pages within each sheet.

If true , the order for printing pages begins with top-to-bottom, then continues with the next set of cell columns to the right. If false , the order for printing pages begins with left-to-right, then continues with the next set of cell rows to the bottom.

LeftPageHeaderContent
XHeaderFooterContent LeftPageHeaderContent;
Description
contains the content of the header for left pages.

After changing the header text contents, this property has to be reinserted into the property set.

See also
HeaderFooterContent
LeftPageFooterContent
XHeaderFooterContent LeftPageFooterContent;
Description
contains the content of the footer for left pages.

After changing the footer text contents, this property has to be reinserted into the property set.

See also
HeaderFooterContent
RightPageHeaderContent
XHeaderFooterContent RightPageHeaderContent;
Description
contains the content of the header for right pages.

After changing the header text contents, this property has to be reinserted into the property set.

See also
HeaderFooterContent
RightPageFooterContent
XHeaderFooterContent RightPageFooterContent;
Description
contains the content of the footer for right pages.

After changing the footer text contents, this property has to be reinserted into the property set.

See also
HeaderFooterContent
FirstPageNumber
short FirstPageNumber;
Description
contains the page number applied to the first page for this sheet.

The value 0 indicates that the page numbers are continued from the previous sheet.

PageScale
short PageScale;
Description
contains the scaling factor (in percent) for printing the sheet.
ScaleToPages
short ScaleToPages;
Description
contains the number of pages the sheet will printed.

 
Top of Page