Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' 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.

Properties' Details

BackgroundColor
 
long BackgroundColor;
Description
contains the value of the page background color.
IsBackgroundTransparent
 
boolean IsBackgroundTransparent;
Description
is true if the page background is transparent.
ShadowFormat
 
com::sun::star::table::ShadowFormat ShadowFormat;
Description
contains the description of a shadow for the page.
CenterHorizontally
 
boolean CenterHorizontally;
Description
if set, the page is centered horizontally.
CenterVertically
 
boolean CenterVertically;
Description
if set, the page is centered vertically.
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.
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.

PrintFormulas
 
boolean PrintFormulas;
Description
enables printing of formulas instead of their results.
PrintZeroValues
 
boolean PrintZeroValues;
Description
enables printing of zero-values.
LeftPageHeaderContent
 
com::sun::star::sheet::XHeaderFooterContent LeftPageHeaderContent;
Description
contains the content of the header for left pages.
LeftPageFooterContent
 
com::sun::star::sheet::XHeaderFooterContent LeftPageFooterContent;
Description
contains the content of the footer for left pages.
RightPageHeaderContent
 
com::sun::star::sheet::XHeaderFooterContent RightPageHeaderContent;
Description
contains the content of the header for right pages.
RightPageFooterContent
 
com::sun::star::sheet::XHeaderFooterContent RightPageFooterContent;
Description
contains the content of the footer for right pages.
HeaderBackgroundColor
 
long HeaderBackgroundColor;
Description
contains the value of the header background color.
TransparentHeaderBackground
 
boolean TransparentHeaderBackground;
Description
is true if the header background is transparent.
HeaderShadowFormat
 
com::sun::star::table::ShadowFormat HeaderShadowFormat;
Description
contains the description of a shadow for the header.
HeaderOn
 
boolean HeaderOn;
Description
enables printing of page headers.
HeaderDynamic
 
boolean HeaderDynamic;
Description
if set, the header height is adjusted for the contents.
HeaderShared
 
boolean HeaderShared;
Description
if set, header contents are equal for left and right pages.
FooterBackgroundColor
 
long FooterBackgroundColor;
Description
contains the value of the footer background color.
TransparentFooterBackground
 
boolean TransparentFooterBackground;
Description
is true if the footer background is transparent.
FooterShadowFormat
 
com::sun::star::table::ShadowFormat FooterShadowFormat;
Description
contains the description of a shadow for the footer.
FooterOn
 
boolean FooterOn;
Description
enables printing of page footers.
FooterDynamic
 
boolean FooterDynamic;
Description
if set, the footer height is adjusted for the contents.
FooterShared
 
boolean FooterShared;
Description
if set, footer contents are equal for left and right pages.

Top of Page