UIX_CharFormatMask Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_CharFormatMask Enumeration}}
 
{{#customTitle:UIX_CharFormatMask Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_CharFormatMask|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_CharFormatMask
 
<pre class="brush:cpp;gutter:false">enum UIX_CharFormatMask
 
{
 
{
     UIX_CharFormat_FontSize = 1;
+
     UIX_CharFormat_FontSize     = 1,
     UIX_CharFormat_FontName = 2;
+
     UIX_CharFormat_FontName     = 2,
     UIX_CharFormat_FontWeight = 4;
+
     UIX_CharFormat_FontWeight   = 4,
     UIX_CharFormat_FontStyle = 8;
+
     UIX_CharFormat_FontStyle     = 8,
     UIX_CharFormat_OffsetY = 16;
+
     UIX_CharFormat_OffsetY       = 16,
     UIX_CharFormat_CharSpacing = 32;
+
     UIX_CharFormat_CharSpacing   = 32,
     UIX_CharFormat_VScale = 64;
+
     UIX_CharFormat_VScale       = 64,
     UIX_CharFormat_HScale = 128;
+
     UIX_CharFormat_HScale       = 128,
     UIX_CharFormat_TextColor = 256;
+
     UIX_CharFormat_TextColor     = 256,
     UIX_CharFormat_BackColor = 512;
+
     UIX_CharFormat_BackColor     = 512,
     UIX_CharFormat_FontStretch = 1024;
+
     UIX_CharFormat_FontStretch   = 1024,
     UIX_CharFormat_FontID = 2048;
+
     UIX_CharFormat_FontID       = 2048,
     UIX_CharFormat_BaseLineDelta = 4096;
+
     UIX_CharFormat_BaseLineDelta = 4096,
     UIX_CharFormat_StrokeWidth = 8192;
+
     UIX_CharFormat_StrokeWidth   = 8192,
     UIX_CharFormat_StrokeColor = 16384;
+
     UIX_CharFormat_StrokeColor   = 16384,
     UIX_CharFormat_FontSizeDelta = 32768;
+
     UIX_CharFormat_FontSizeDelta = 32768,
     UIX_CharFormat_LinkID = 65536;
+
     UIX_CharFormat_LinkID       = 65536,
 
};
 
};
 
</pre>
 
</pre>
Line 62: Line 66:
 
;UIX_CharFormat_LinkID
 
;UIX_CharFormat_LinkID
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 06:15, 20 October 2015


Specifies the ...

Syntax

enum UIX_CharFormatMask
{
    UIX_CharFormat_FontSize      = 1,
    UIX_CharFormat_FontName      = 2,
    UIX_CharFormat_FontWeight    = 4,
    UIX_CharFormat_FontStyle     = 8,
    UIX_CharFormat_OffsetY       = 16,
    UIX_CharFormat_CharSpacing   = 32,
    UIX_CharFormat_VScale        = 64,
    UIX_CharFormat_HScale        = 128,
    UIX_CharFormat_TextColor     = 256,
    UIX_CharFormat_BackColor     = 512,
    UIX_CharFormat_FontStretch   = 1024,
    UIX_CharFormat_FontID        = 2048,
    UIX_CharFormat_BaseLineDelta = 4096,
    UIX_CharFormat_StrokeWidth   = 8192,
    UIX_CharFormat_StrokeColor   = 16384,
    UIX_CharFormat_FontSizeDelta = 32768,
    UIX_CharFormat_LinkID        = 65536,
};

Constants

UIX_CharFormat_FontSize
The ...
UIX_CharFormat_FontName
The ...
UIX_CharFormat_FontWeight
The ...
UIX_CharFormat_FontStyle
The ...
UIX_CharFormat_OffsetY
The ...
UIX_CharFormat_CharSpacing
The ...
UIX_CharFormat_VScale
The ...
UIX_CharFormat_HScale
The ...
UIX_CharFormat_TextColor
The ...
UIX_CharFormat_BackColor
The ...
UIX_CharFormat_FontStretch
The ...
UIX_CharFormat_FontID
The ...
UIX_CharFormat_BaseLineDelta
The ...
UIX_CharFormat_StrokeWidth
The ...
UIX_CharFormat_StrokeColor
The ...
UIX_CharFormat_FontSizeDelta
The ...
UIX_CharFormat_LinkID
The ...