PXC_ParaFormatMask Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ParaFormatMask Enumeration}}
 
{{#customTitle:PXC_ParaFormatMask Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_ParaFormatMask|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_ParaFormatMask
 
<pre class="brush:cpp;gutter:false">enum PXC_ParaFormatMask
 
{
 
{
     PFM_Align = 1;
+
     PFM_Align       = 1,
     PFM_StartIndent = 2;
+
     PFM_StartIndent = 2,
     PFM_LineSpacing = 4;
+
     PFM_LineSpacing = 4,
     PFM_MarginLeft = 8;
+
     PFM_MarginLeft   = 8,
     PFM_MarginRight = 16;
+
     PFM_MarginRight = 16,
     PFM_MarginTop = 32;
+
     PFM_MarginTop   = 32,
     PFM_MarginBottom = 64;
+
     PFM_MarginBottom = 64,
     PFM_DefTab = 128;
+
     PFM_DefTab       = 128,
     PFM_TabStops = 256;
+
     PFM_TabStops     = 256,
     PFM_Widows = 512;
+
     PFM_Widows       = 512,
     PFM_Orphans = 1024;
+
     PFM_Orphans     = 1024,
     PFM_Radix = 2048;
+
     PFM_Radix       = 2048,
 
};
 
};
 
</pre>
 
</pre>
Line 47: Line 51:
 
;PFM_Radix
 
;PFM_Radix
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:37, 23 May 2015


Specifies the ...

Syntax

enum PXC_ParaFormatMask
{
    PFM_Align        = 1,
    PFM_StartIndent  = 2,
    PFM_LineSpacing  = 4,
    PFM_MarginLeft   = 8,
    PFM_MarginRight  = 16,
    PFM_MarginTop    = 32,
    PFM_MarginBottom = 64,
    PFM_DefTab       = 128,
    PFM_TabStops     = 256,
    PFM_Widows       = 512,
    PFM_Orphans      = 1024,
    PFM_Radix        = 2048,
};

Constants

PFM_Align
The ...
PFM_StartIndent
The ...
PFM_LineSpacing
The ...
PFM_MarginLeft
The ...
PFM_MarginRight
The ...
PFM_MarginTop
The ...
PFM_MarginBottom
The ...
PFM_DefTab
The ...
PFM_TabStops
The ...
PFM_Widows
The ...
PFM_Orphans
The ...
PFM_Radix
The ...