UIX_TabStopAlign Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_TabStopAlign Enumeration}}
 
{{#customTitle:UIX_TabStopAlign Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_TabStopAlign|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_TabStopAlign
 
<pre class="brush:cpp;gutter:false">enum UIX_TabStopAlign
 
{
 
{
     UIX_TSA_Left = 0;
+
     UIX_TSA_Left   = 0,
     UIX_TSA_Center = 1;
+
     UIX_TSA_Center = 1,
     UIX_TSA_Right = 2;
+
     UIX_TSA_Right   = 2,
     UIX_TSA_After = 3;
+
     UIX_TSA_After   = 3,
     UIX_TSA_Before = 4;
+
     UIX_TSA_Before = 4,
     UIX_TSA_Decimal = 5;
+
     UIX_TSA_Decimal = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 33: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IUIX_TabStopFormat_Align|IUIX_TabStopFormat::Align]]

Latest revision as of 10:44, 23 May 2015


Specifies the ...

Syntax

enum UIX_TabStopAlign
{
    UIX_TSA_Left    = 0,
    UIX_TSA_Center  = 1,
    UIX_TSA_Right   = 2,
    UIX_TSA_After   = 3,
    UIX_TSA_Before  = 4,
    UIX_TSA_Decimal = 5,
};

Constants

UIX_TSA_Left
The ...
UIX_TSA_Center
The ...
UIX_TSA_Right
The ...
UIX_TSA_After
The ...
UIX_TSA_Before
The ...
UIX_TSA_Decimal
The ...

See Also

IUIX_TabStopFormat::Align