:: com :: sun :: star :: presentation ::

service DocumentSettings
Description
describes properties that apply to the whole presentation document.

Included Services
::com::sun::star::document::Settings
Description
This service documents the common properties of an office document
::com::sun::star::document::HeaderFooterSettings
[ OPTIONAL ]
Description
This service configures the header and footer settings during print
Exported Interfaces
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Summary
IsPrintDrawing [ OPTIONAL ]
enables or disables the printing of the drawing pages
IsPrintNotes [ OPTIONAL ]
enables or disables the printing of the notes pages
IsPrintHandout [ OPTIONAL ]
enables or disables the printing of the handout pages
IsPrintOutline [ OPTIONAL ]
enables or disables the printing of the outline pages
IsPrintHiddenPages [ OPTIONAL ]
enables or disables the printing of draw pages that are marked hidden
IsPrintFitPage [ OPTIONAL ]
enables or disables the fitting of the page to the printable area during print
IsPrintTilePage [ OPTIONAL ]
if this is true and the paper size for printing is larger than the paper size of the printer than the content is tiled over multiple pages.
PageNumberFormat [ OPTIONAL ]
is the number format used for page number fields
ParagraphSummation [ OPTIONAL ]
If this is true, the distance between two paragraphs is the sum of ParaTopMargin of the previous and ParaBottomMargin of the next paragraph. If false, only the greater of the two is choosen.
Properties' Details
IsPrintDrawing
boolean IsPrintDrawing;
[ OPTIONAL ]
Description
enables or disables the printing of the drawing pages
IsPrintNotes
boolean IsPrintNotes;
[ OPTIONAL ]
Description
enables or disables the printing of the notes pages
IsPrintHandout
boolean IsPrintHandout;
[ OPTIONAL ]
Description
enables or disables the printing of the handout pages
IsPrintOutline
boolean IsPrintOutline;
[ OPTIONAL ]
Description
enables or disables the printing of the outline pages
IsPrintHiddenPages
boolean IsPrintHiddenPages;
[ OPTIONAL ]
Description
enables or disables the printing of draw pages that are marked hidden
IsPrintFitPage
boolean IsPrintFitPage;
[ OPTIONAL ]
Description
enables or disables the fitting of the page to the printable area during print
IsPrintTilePage
boolean IsPrintTilePage;
[ OPTIONAL ]
Description
if this is true and the paper size for printing is larger than the paper size of the printer than the content is tiled over multiple pages.
PageNumberFormat
long PageNumberFormat;
[ OPTIONAL ]
Description
is the number format used for page number fields
ParagraphSummation
boolean ParagraphSummation;
[ OPTIONAL ]
Description
If this is true, the distance between two paragraphs is the sum of ParaTopMargin of the previous and ParaBottomMargin of the next paragraph. If false, only the greater of the two is choosen.

 
Top of Page