service TablePageStyle in module com::sun::star::sheet::

(Global Index)

Syntax

service TablePageStyle;

Description

a spreadsheet page format.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

BackgroundColor contains the value of the page background color.

IsBackgroundTransparent is true if the page background is transparent.

ShadowFormat contains the description of a shadow for the page.

CenterHorizontally if set, the page is centered horizontally.

CenterVertically if set, the page is centered vertically.

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.

PrintDownFirst specifies the print order for the pages within each sheet.

PrintFormulas enables printing of formulas instead of their results.

PrintZeroValues enables printing of zero-values.

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.

HeaderBackgroundColor contains the value of the header background color.

TransparentHeaderBackground is true if the header background is transparent.

HeaderShadowFormat contains the description of a shadow for the header.

HeaderOn enables printing of page headers.

HeaderDynamic if set, the header height is adjusted for the contents.

HeaderShared if set, header contents are equal for left and right pages.

FooterBackgroundColor contains the value of the footer background color.

TransparentFooterBackground is true if the footer background is transparent.

FooterShadowFormat contains the description of a shadow for the footer.

FooterOn enables printing of page footers.

FooterDynamic if set, the footer height is adjusted for the contents.

FooterShared if set, footer contents are equal for left and right pages.

Property Details



BackgroundColor

Syntax

long BackgroundColor;

Description

contains the value of the page background color.


IsBackgroundTransparent

Syntax

boolean IsBackgroundTransparent;

Description

is true if the page background is transparent.


ShadowFormat

Syntax

com::sun::star::table::ShadowFormat ShadowFormat;

Description

contains the description of a shadow for the page.


CenterHorizontally

Syntax

boolean CenterHorizontally;

Description

if set, the page is centered horizontally.


CenterVertically

Syntax

boolean CenterVertically;

Description

if set, the page is centered vertically.


PrintAnnotations

Syntax

boolean PrintAnnotations;

Description

enables printing of cell annotations.


PrintGrid

Syntax

boolean PrintGrid;

Description

enables printing of the cell grid.


PrintHeaders

Syntax

boolean PrintHeaders;

Description

enables printing of column and row headers.


PrintCharts

Syntax

boolean PrintCharts;

Description

enables printing of charts.


PrintObjects

Syntax

boolean PrintObjects;

Description

enables printing of embedded objects.


PrintDrawing

Syntax

boolean PrintDrawing;

Description

enables printing of drawing objects.


PrintDownFirst

Syntax

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.


PrintFormulas

Syntax

boolean PrintFormulas;

Description

enables printing of formulas instead of their results.


PrintZeroValues

Syntax

boolean PrintZeroValues;

Description

enables printing of zero-values.


LeftPageHeaderContent

Syntax

com::sun::star::sheet::XHeaderFooterContent LeftPageHeaderContent;

Description

contains the content of the header for left pages.


LeftPageFooterContent

Syntax

com::sun::star::sheet::XHeaderFooterContent LeftPageFooterContent;

Description

contains the content of the footer for left pages.


RightPageHeaderContent

Syntax

com::sun::star::sheet::XHeaderFooterContent RightPageHeaderContent;

Description

contains the content of the header for right pages.


RightPageFooterContent

Syntax

com::sun::star::sheet::XHeaderFooterContent RightPageFooterContent;

Description

contains the content of the footer for right pages.


HeaderBackgroundColor

Syntax

long HeaderBackgroundColor;

Description

contains the value of the header background color.


TransparentHeaderBackground

Syntax

boolean TransparentHeaderBackground;

Description

is true if the header background is transparent.


HeaderShadowFormat

Syntax

com::sun::star::table::ShadowFormat HeaderShadowFormat;

Description

contains the description of a shadow for the header.


HeaderOn

Syntax

boolean HeaderOn;

Description

enables printing of page headers.


HeaderDynamic

Syntax

boolean HeaderDynamic;

Description

if set, the header height is adjusted for the contents.


HeaderShared

Syntax

boolean HeaderShared;

Description

if set, header contents are equal for left and right pages.


FooterBackgroundColor

Syntax

long FooterBackgroundColor;

Description

contains the value of the footer background color.


TransparentFooterBackground

Syntax

boolean TransparentFooterBackground;

Description

is true if the footer background is transparent.


FooterShadowFormat

Syntax

com::sun::star::table::ShadowFormat FooterShadowFormat;

Description

contains the description of a shadow for the footer.


FooterOn

Syntax

boolean FooterOn;

Description

enables printing of page footers.


FooterDynamic

Syntax

boolean FooterDynamic;

Description

if set, the footer height is adjusted for the contents.


FooterShared

Syntax

boolean FooterShared;

Description

if set, footer contents are equal for left and right pages.

Top of Page