PXC_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:PXC_TabStopAlign Enumeration}}
 
{{#customTitle:PXC_TabStopAlign Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_TabStopAlign|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_TabStopAlign
 
<pre class="brush:cpp;gutter:false">enum PXC_TabStopAlign
 
{
 
{
     TSA_Left = 0;
+
     TSA_Left   = 0,
     TSA_Center = 1;
+
     TSA_Center = 1,
     TSA_Right = 2;
+
     TSA_Right   = 2,
     TSA_After = 3;
+
     TSA_After   = 3,
     TSA_Before = 4;
+
     TSA_Before = 4,
     TSA_Decimal = 5;
+
     TSA_Decimal = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 33: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_TabStopFormat_Align|IPXC_TabStopFormat::Align]]

Latest revision as of 10:38, 23 May 2015


Specifies the ...

Syntax

enum PXC_TabStopAlign
{
    TSA_Left    = 0,
    TSA_Center  = 1,
    TSA_Right   = 2,
    TSA_After   = 3,
    TSA_Before  = 4,
    TSA_Decimal = 5,
};

Constants

TSA_Left
The ...
TSA_Center
The ...
TSA_Right
The ...
TSA_After
The ...
TSA_Before
The ...
TSA_Decimal
The ...

See Also

IPXC_TabStopFormat::Align