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.
|
|
ScaleToPagesX
short ScaleToPagesX;
- Usage Restrictions
- optional
- Description
- contains the number of horizontal pages the sheet will printed on.
- Since
- OOo 2.0
|
|
ScaleToPagesY
short ScaleToPagesY;
- Usage Restrictions
- optional
- Description
- contains the number of vertical pages the sheet will printed on.
- Since
- OOo 2.0
|
|