UIX_AlignFlags 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:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:UIX_AlignFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_AlignFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum UIX_AlignFlags
 +
{
 +
    UIX_Align_Center    = 1,
 +
    UIX_Align_VCenter  = 2,
 +
    UIX_Align_Right    = 4,
 +
    UIX_Align_Bottom    = 8,
 +
    UIX_Align_ValidMask = 15,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;UIX_Align_Center
 +
:The ...
 +
;UIX_Align_VCenter
 +
:The ...
 +
;UIX_Align_Right
 +
:The ...
 +
;UIX_Align_Bottom
 +
:The ...
 +
;UIX_Align_ValidMask
 +
:The ...

Latest revision as of 01:35, 20 October 2015


Specifies the ...

Syntax

enum UIX_AlignFlags
{
    UIX_Align_Center    = 1,
    UIX_Align_VCenter   = 2,
    UIX_Align_Right     = 4,
    UIX_Align_Bottom    = 8,
    UIX_Align_ValidMask = 15,
};

Constants

UIX_Align_Center
The ...
UIX_Align_VCenter
The ...
UIX_Align_Right
The ...
UIX_Align_Bottom
The ...
UIX_Align_ValidMask
The ...