UIX_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:UIX_ParaFormatMask Enumeration}}
 
{{#customTitle:UIX_ParaFormatMask Enumeration}}
 +
{{#parentPage:PXV:UIX|UIX_ParaFormatMask Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum UIX_ParaFormatMask
 
<pre class="brush:cpp;gutter:false">enum UIX_ParaFormatMask
 
{
 
{
     UIX_ParaFormat_Align = 1;
+
     UIX_ParaFormat_Align         = 1;
     UIX_ParaFormat_StartIndent = 2;
+
     UIX_ParaFormat_StartIndent   = 2;
 
     UIX_ParaFormat_HangingIndent = 4;
 
     UIX_ParaFormat_HangingIndent = 4;
     UIX_ParaFormat_LineSpacing = 8;
+
     UIX_ParaFormat_LineSpacing   = 8;
     UIX_ParaFormat_MarginTop = 16;
+
     UIX_ParaFormat_MarginTop     = 16;
     UIX_ParaFormat_MarginBottom = 32;
+
     UIX_ParaFormat_MarginBottom = 32;
     UIX_ParaFormat_MarginLeft = 64;
+
     UIX_ParaFormat_MarginLeft   = 64;
     UIX_ParaFormat_MarginRight = 128;
+
     UIX_ParaFormat_MarginRight   = 128;
     UIX_ParaFormat_DefTab = 256;
+
     UIX_ParaFormat_DefTab       = 256;
     UIX_ParaFormat_TabStops = 512;
+
     UIX_ParaFormat_TabStops     = 512;
     UIX_ParaFormat_VAlign = 32768;
+
     UIX_ParaFormat_VAlign       = 32768;
     UIX_ParaFormat_Radix = 65536;
+
     UIX_ParaFormat_Radix         = 65536;
     UIX_ParaFormat_TextDir = 131072;
+
     UIX_ParaFormat_TextDir       = 131072;
 
};
 
};
 
</pre>
 
</pre>

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