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 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ParaFormatMask Enumeration}}
 
{{#customTitle:PXC_ParaFormatMask Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_ParaFormatMask Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_ParaFormatMask|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

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 ...