PXC_TabStopAlign Enumeration

From PDF XChange PDF SDK
Revision as of 07:14, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See also ...