PXC_TextJustification 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_TextJustification Enumeration}}
 
{{#customTitle:PXC_TextJustification Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_TextJustification Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_TextJustification
 
<pre class="brush:cpp;gutter:false">enum PXC_TextJustification
 
{
 
{
     TJ_Default = -1;
+
     TJ_Default   = -1;
     TJ_Left = 0;
+
     TJ_Left       = 0;
     TJ_Center = 1;
+
     TJ_Center     = 1;
     TJ_Right = 2;
+
     TJ_Right     = 2;
     TJ_Justify = 3;
+
     TJ_Justify   = 3;
 
     TJ_JustifyAll = 4;
 
     TJ_JustifyAll = 4;
     TJ_Radix = 5;
+
     TJ_Radix     = 5;
     TJ_Top = 0;
+
     TJ_Top       = 0;
     TJ_Bottom = 2;
+
     TJ_Bottom     = 2;
     TJ_Middle = 1;
+
     TJ_Middle     = 1;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 April 2015


Specifies the ...

Syntax

enum PXC_TextJustification
{
    TJ_Default    = -1;
    TJ_Left       = 0;
    TJ_Center     = 1;
    TJ_Right      = 2;
    TJ_Justify    = 3;
    TJ_JustifyAll = 4;
    TJ_Radix      = 5;
    TJ_Top        = 0;
    TJ_Bottom     = 2;
    TJ_Middle     = 1;
};

Constants

TJ_Default
The ...
TJ_Left
The ...
TJ_Center
The ...
TJ_Right
The ...
TJ_Justify
The ...
TJ_JustifyAll
The ...
TJ_Radix
The ...
TJ_Top
The ...
TJ_Bottom
The ...
TJ_Middle
The ...

See Also

See also ...