summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/document/Settings.idl9
-rw-r--r--offapi/com/sun/star/drawing/DocumentSettings.idl6
-rw-r--r--offapi/com/sun/star/presentation/DocumentSettings.idl6
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 &amp; 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.
*/