offapi: improve some Settings documentation

Change-Id: Ic63adf85d096cb51f43e5a54453d43ad02792a99
This commit is contained in:
Michael Stahl
2017-01-30 12:08:16 +01:00
parent 06d8a9d436
commit 57e696742c
3 changed files with 17 additions and 4 deletions

View File

@@ -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 &amp; White (with grayscale images)</li>
</ul>
*/ */
[optional, property] long PrintQuality; [optional, property] long PrintQuality;

View File

@@ -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.
*/ */

View File

@@ -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.
*/ */