PXC_ParaFormatMask Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ParaFormatMask Enumeration}}
 
{{#customTitle:PXC_ParaFormatMask Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_ParaFormatMask Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<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>

Revision as of 07:01, 23 April 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 ...

See Also

See also ...