offapi: improve some Settings documentation
Change-Id: Ic63adf85d096cb51f43e5a54453d43ad02792a99
This commit is contained in:
@@ -184,8 +184,13 @@ published service Settings
|
|||||||
[optional, property] boolean IsPrintBookletBack;
|
[optional, property] boolean IsPrintBookletBack;
|
||||||
|
|
||||||
// Draw and Impress
|
// Draw and Impress
|
||||||
// Note: Define a constant group for that?
|
/** how printing uses color.
|
||||||
/**
|
|
||||||
|
<ul>
|
||||||
|
<li>0: Default</li>
|
||||||
|
<li>1: Grayscale</li>
|
||||||
|
<li>2: Black & White (with grayscale images)</li>
|
||||||
|
</ul>
|
||||||
*/
|
*/
|
||||||
[optional, property] long PrintQuality;
|
[optional, property] long PrintQuality;
|
||||||
|
|
||||||
|
@@ -71,11 +71,15 @@ published service DocumentSettings
|
|||||||
[optional, property] boolean IsPrintTilePage;
|
[optional, property] boolean IsPrintTilePage;
|
||||||
|
|
||||||
/** is the number format used for page number fields
|
/** is the number format used for page number fields
|
||||||
|
|
||||||
|
Values 0-7 are supported.
|
||||||
|
|
||||||
|
@see com::sun::star::style::NumberingType
|
||||||
*/
|
*/
|
||||||
[optional, property] long PageNumberFormat;
|
[optional, property] long PageNumberFormat;
|
||||||
|
|
||||||
/** If this is true, the distance between two paragraphs is
|
/** If this is true, the distance between two paragraphs is
|
||||||
the sum of ParaTopMargin of the previous and ParaBottomMargin of
|
the sum of ParaBottomMargin of the previous and ParaTopMargin of
|
||||||
the next paragraph. If false, only the greater of the two is
|
the next paragraph. If false, only the greater of the two is
|
||||||
chosen.
|
chosen.
|
||||||
*/
|
*/
|
||||||
|
@@ -82,11 +82,15 @@ published service DocumentSettings
|
|||||||
[optional, property] boolean IsPrintTilePage;
|
[optional, property] boolean IsPrintTilePage;
|
||||||
|
|
||||||
/** is the number format used for page number fields
|
/** is the number format used for page number fields
|
||||||
|
|
||||||
|
Values 0-7 are supported.
|
||||||
|
|
||||||
|
@see com::sun::star::style::NumberingType
|
||||||
*/
|
*/
|
||||||
[optional, property] long PageNumberFormat;
|
[optional, property] long PageNumberFormat;
|
||||||
|
|
||||||
/** If this is true, the distance between two paragraphs is
|
/** If this is true, the distance between two paragraphs is
|
||||||
the sum of ParaTopMargin of the previous and ParaBottomMargin of
|
the sum of ParaBottomMargin of the previous and ParaTopMargin of
|
||||||
the next paragraph. If false, only the greater of the two is
|
the next paragraph. If false, only the greater of the two is
|
||||||
chosen.
|
chosen.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user