UIX_FontStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_FontStyle Enumeration}}
 
{{#customTitle:UIX_FontStyle Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_FontStyle|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_FontStyle
 
<pre class="brush:cpp;gutter:false">enum UIX_FontStyle
 
{
 
{
     UIX_FontStyle_Normal = 0;
+
     UIX_FontStyle_Normal       = 0,
     UIX_FontStyle_Italic = 2;
+
     UIX_FontStyle_Italic       = 2,
     UIX_FontStyle_Underline = 4;
+
     UIX_FontStyle_Underline     = 4,
     UIX_FontStyle_StrikeOut = 8;
+
     UIX_FontStyle_StrikeOut     = 8,
     UIX_FontStyle_AutoBackColor = 4096;
+
     UIX_FontStyle_AutoBackColor = 4096,
     UIX_FontStyle_SuperScript = 8192;
+
     UIX_FontStyle_SuperScript   = 8192,
     UIX_FontStyle_SubScript = 16384;
+
     UIX_FontStyle_SubScript     = 16384,
 
};
 
};
 
</pre>
 
</pre>
Line 34: Line 36:
 
;UIX_FontStyle_SubScript
 
;UIX_FontStyle_SubScript
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:42, 23 May 2015


Specifies the ...

Syntax

enum UIX_FontStyle
{
    UIX_FontStyle_Normal        = 0,
    UIX_FontStyle_Italic        = 2,
    UIX_FontStyle_Underline     = 4,
    UIX_FontStyle_StrikeOut     = 8,
    UIX_FontStyle_AutoBackColor = 4096,
    UIX_FontStyle_SuperScript   = 8192,
    UIX_FontStyle_SubScript     = 16384,
};

Constants

UIX_FontStyle_Normal
The ...
UIX_FontStyle_Italic
The ...
UIX_FontStyle_Underline
The ...
UIX_FontStyle_StrikeOut
The ...
UIX_FontStyle_AutoBackColor
The ...
UIX_FontStyle_SuperScript
The ...
UIX_FontStyle_SubScript
The ...