PXC_TextCharStyleFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_TextCharStyleFlags Enumeration}} | {{#customTitle:PXC_TextCharStyleFlags Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_TextCharStyleFlags|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_TextCharStyleFlags | <pre class="brush:cpp;gutter:false">enum PXC_TextCharStyleFlags | ||
{ | { | ||
− | TCSF_Normal = 1 | + | TCSF_Normal = 1, |
− | TCSF_Shifted = 2 | + | TCSF_Shifted = 2, |
− | TCSF_SubScript = 4 | + | TCSF_SubScript = 4, |
− | TCSF_SuperScript = 8 | + | TCSF_SuperScript = 8, |
+ | TCSF_Underline = 16, | ||
+ | TCSF_DblUnderline = 48, | ||
+ | TCSF_Strikeout = 256, | ||
+ | TCSF_DblStrikeout = 768, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 31: | ||
;TCSF_SuperScript | ;TCSF_SuperScript | ||
:The ... | :The ... | ||
− | + | ;TCSF_Underline | |
− | + | :The ... | |
− | + | ;TCSF_DblUnderline | |
+ | :The ... | ||
+ | ;TCSF_Strikeout | ||
+ | :The ... | ||
+ | ;TCSF_DblStrikeout | ||
+ | :The ... |
Latest revision as of 23:57, 21 November 2016
Specifies the ...
Syntax
enum PXC_TextCharStyleFlags { TCSF_Normal = 1, TCSF_Shifted = 2, TCSF_SubScript = 4, TCSF_SuperScript = 8, TCSF_Underline = 16, TCSF_DblUnderline = 48, TCSF_Strikeout = 256, TCSF_DblStrikeout = 768, };
Constants
- TCSF_Normal
- The ...
- TCSF_Shifted
- The ...
- TCSF_SubScript
- The ...
- TCSF_SuperScript
- The ...
- TCSF_Underline
- The ...
- TCSF_DblUnderline
- The ...
- TCSF_Strikeout
- The ...
- TCSF_DblStrikeout
- The ...