UIX_TextAlign Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_TextAlign Enumeration}}
 
{{#customTitle:UIX_TextAlign Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:57, 20 April 2015


Specifies the ...

Syntax

enum UIX_TextAlign
{
    UIX_TextAlign_Unknown = 0;
    UIX_TextAlign_Right = 1;
    UIX_TextAlign_Left = 2;
    UIX_TextAlign_Center = 3;
    UIX_TextAlign_Justify = 4;
    UIX_TextAlign_JustifyAll = 5;
    UIX_TextAlign_Radix = 6;
};

Constants

UIX_TextAlign_Unknown
The ...
UIX_TextAlign_Right
The ...
UIX_TextAlign_Left
The ...
UIX_TextAlign_Center
The ...
UIX_TextAlign_Justify
The ...
UIX_TextAlign_JustifyAll
The ...
UIX_TextAlign_Radix
The ...

See Also

See also ...