UIX_TextDir Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_TextDir Enumeration}}
 
{{#customTitle:UIX_TextDir Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_TextDir|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_TextDir
 
<pre class="brush:cpp;gutter:false">enum UIX_TextDir
 
{
 
{
     UIX_TextDir_LTR = 0;
+
     UIX_TextDir_LTR   = 0,
     UIX_TextDir_RTL = 1;
+
     UIX_TextDir_RTL   = 1,
     UIX_TextDir_Mixed = 2;
+
     UIX_TextDir_Mixed = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 22: Line 26:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IUIX_ParaFormat_TextDir|IUIX_ParaFormat::TextDir]]

Latest revision as of 10:44, 23 May 2015


Specifies the ...

Syntax

enum UIX_TextDir
{
    UIX_TextDir_LTR   = 0,
    UIX_TextDir_RTL   = 1,
    UIX_TextDir_Mixed = 2,
};

Constants

UIX_TextDir_LTR
The ...
UIX_TextDir_RTL
The ...
UIX_TextDir_Mixed
The ...

See Also

IUIX_ParaFormat::TextDir