PXC_ParaFormatMask Enumeration

From PDF XChange PDF SDK
Revision as of 22:54, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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