UIX_ParaFormatMask Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ParaFormatMask Enumeration}}
 
{{#customTitle:UIX_ParaFormatMask Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:57, 20 April 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 ...

See Also

See also ...