:: com :: sun :: star :: drawing ::

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

Included Services
::com::sun::star::document::Settings
describes properties that apply to the whole document of any application.
::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
MeasureUnit [ OPTIONAL ]
This is the default logical measure unit that is used for string formatings inside the document, f.e. the measure text
ScaleNumerator [ OPTIONAL ]
is the numerator for the logical scale of the document
ScaleDenominator [ OPTIONAL ]
is the denominator for the logical scale of the document
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
MeasureUnit
short MeasureUnit;
[ OPTIONAL ]
Description
This is the default logical measure unit that is used for string formatings inside the document, f.e. the measure text
ScaleNumerator
long ScaleNumerator;
[ OPTIONAL ]
Description
is the numerator for the logical scale of the document
ScaleDenominator
long ScaleDenominator;
[ OPTIONAL ]
Description
is the denominator for the logical scale of the document
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