Kaydet (Commit) 57e69674 authored tarafından Michael Stahl's avatar Michael Stahl

offapi: improve some Settings documentation

Change-Id: Ic63adf85d096cb51f43e5a54453d43ad02792a99
üst 06d8a9d4
......@@ -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;
......
......@@ -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.
*/
......
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment