diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-30 12:08:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-30 15:24:45 +0100 |
commit | 57e696742c61297023ddeb21d8e8a8305b6844f8 (patch) | |
tree | 5532c6ba2f2c787108859df80c7041e650bacfff /offapi | |
parent | 06d8a9d436d39b56b27757312ad802021f9e6737 (diff) |
offapi: improve some Settings documentation
Change-Id: Ic63adf85d096cb51f43e5a54453d43ad02792a99
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/Settings.idl | 9 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/DocumentSettings.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/presentation/DocumentSettings.idl | 6 |
3 files changed, 17 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl index b0c6f3189926..9d4fa929a4c4 100644 --- a/offapi/com/sun/star/document/Settings.idl +++ b/offapi/com/sun/star/document/Settings.idl @@ -184,8 +184,13 @@ published service Settings [optional, property] boolean IsPrintBookletBack; // 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; diff --git a/offapi/com/sun/star/drawing/DocumentSettings.idl b/offapi/com/sun/star/drawing/DocumentSettings.idl index 7bdd2899d9b7..5223d906bad0 100644 --- a/offapi/com/sun/star/drawing/DocumentSettings.idl +++ b/offapi/com/sun/star/drawing/DocumentSettings.idl @@ -71,11 +71,15 @@ published service DocumentSettings [optional, property] boolean IsPrintTilePage; /** is the number format used for page number fields + + Values 0-7 are supported. + + @see com::sun::star::style::NumberingType */ [optional, property] long PageNumberFormat; /** 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 chosen. */ diff --git a/offapi/com/sun/star/presentation/DocumentSettings.idl b/offapi/com/sun/star/presentation/DocumentSettings.idl index a4419de116ab..613b8cac5505 100644 --- a/offapi/com/sun/star/presentation/DocumentSettings.idl +++ b/offapi/com/sun/star/presentation/DocumentSettings.idl @@ -82,11 +82,15 @@ published service DocumentSettings [optional, property] boolean IsPrintTilePage; /** is the number format used for page number fields + + Values 0-7 are supported. + + @see com::sun::star::style::NumberingType */ [optional, property] long PageNumberFormat; /** 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 chosen. */ |