UIX_ParaFormatMask Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ParaFormatMask Enumeration}}
 
{{#customTitle:UIX_ParaFormatMask Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_ParaFormatMask|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_ParaFormatMask
 
<pre class="brush:cpp;gutter:false">enum UIX_ParaFormatMask
 
{
 
{
     UIX_ParaFormat_Align = 1;
+
     UIX_ParaFormat_Align         = 1,
     UIX_ParaFormat_StartIndent = 2;
+
     UIX_ParaFormat_StartIndent   = 2,
     UIX_ParaFormat_HangingIndent = 4;
+
     UIX_ParaFormat_HangingIndent = 4,
     UIX_ParaFormat_LineSpacing = 8;
+
     UIX_ParaFormat_LineSpacing   = 8,
     UIX_ParaFormat_MarginTop = 16;
+
     UIX_ParaFormat_MarginTop     = 16,
     UIX_ParaFormat_MarginBottom = 32;
+
     UIX_ParaFormat_MarginBottom = 32,
     UIX_ParaFormat_MarginLeft = 64;
+
     UIX_ParaFormat_MarginLeft   = 64,
     UIX_ParaFormat_MarginRight = 128;
+
     UIX_ParaFormat_MarginRight   = 128,
     UIX_ParaFormat_DefTab = 256;
+
     UIX_ParaFormat_DefTab       = 256,
     UIX_ParaFormat_TabStops = 512;
+
     UIX_ParaFormat_TabStops     = 512,
     UIX_ParaFormat_VAlign = 32768;
+
     UIX_ParaFormat_VAlign       = 32768,
     UIX_ParaFormat_Radix = 65536;
+
     UIX_ParaFormat_Radix         = 65536,
     UIX_ParaFormat_TextDir = 131072;
+
     UIX_ParaFormat_TextDir       = 131072,
 
};
 
};
 
</pre>
 
</pre>
Line 52: Line 54:
 
;UIX_ParaFormat_TextDir
 
;UIX_ParaFormat_TextDir
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:43, 23 May 2015


Specifies the ...

Syntax

enum UIX_ParaFormatMask
{
    UIX_ParaFormat_Align         = 1,
    UIX_ParaFormat_StartIndent   = 2,
    UIX_ParaFormat_HangingIndent = 4,
    UIX_ParaFormat_LineSpacing   = 8,
    UIX_ParaFormat_MarginTop     = 16,
    UIX_ParaFormat_MarginBottom  = 32,
    UIX_ParaFormat_MarginLeft    = 64,
    UIX_ParaFormat_MarginRight   = 128,
    UIX_ParaFormat_DefTab        = 256,
    UIX_ParaFormat_TabStops      = 512,
    UIX_ParaFormat_VAlign        = 32768,
    UIX_ParaFormat_Radix         = 65536,
    UIX_ParaFormat_TextDir       = 131072,
};

Constants

UIX_ParaFormat_Align
The ...
UIX_ParaFormat_StartIndent
The ...
UIX_ParaFormat_HangingIndent
The ...
UIX_ParaFormat_LineSpacing
The ...
UIX_ParaFormat_MarginTop
The ...
UIX_ParaFormat_MarginBottom
The ...
UIX_ParaFormat_MarginLeft
The ...
UIX_ParaFormat_MarginRight
The ...
UIX_ParaFormat_DefTab
The ...
UIX_ParaFormat_TabStops
The ...
UIX_ParaFormat_VAlign
The ...
UIX_ParaFormat_Radix
The ...
UIX_ParaFormat_TextDir
The ...