UIX_TextAlign 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:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_TextAlign Enumeration}}
 
{{#customTitle:UIX_TextAlign Enumeration}}
Line 37: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:26, 20 May 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

...