:: com :: sun :: star :: text ::

service PrintPreviewSettings
Description
These properties describe the printing of the content of a text document.

Properties' Summary
PreviewPrintLeftMargin
PreviewPrintRightMargin
PreviewPrintTopMargin
PreviewPrintBottomMargin
PreviewPrintHorizontalSpacing
PreviewPrintVerticalSpacing
PreviewPrintNumRows
PreviewPrintNumColumns
PreviewPrintLandscape
Properties' Details
PreviewPrintLeftMargin
long PreviewPrintLeftMargin;
PreviewPrintRightMargin
long PreviewPrintRightMargin;
PreviewPrintTopMargin
long PreviewPrintTopMargin;
PreviewPrintBottomMargin
long PreviewPrintBottomMargin;
PreviewPrintHorizontalSpacing
long PreviewPrintHorizontalSpacing;
PreviewPrintVerticalSpacing
long PreviewPrintVerticalSpacing;
PreviewPrintNumRows
byte PreviewPrintNumRows;
PreviewPrintNumColumns
byte PreviewPrintNumColumns;
PreviewPrintLandscape
boolean PreviewPrintLandscape;

 
Top of Page