SpellCheckCaps Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:SpellCheckCaps Enumeration}}
 
{{#customTitle:SpellCheckCaps Enumeration}}
{{#parentPage:PXV:Common|SpellCheckCaps Enumeration|enum}}
+
{{#parentPage:PXV:Common_Enumerations|SpellCheckCaps|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum SpellCheckCaps
 
<pre class="brush:cpp;gutter:false">enum SpellCheckCaps
 
{
 
{
     SpellCheck_Spelling    = 1;
+
     SpellCheck_Spelling    = 1,
     SpellCheck_Hyphenation = 2;
+
     SpellCheck_Hyphenation = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 20: Line 21:
 
;SpellCheck_Hyphenation
 
;SpellCheck_Hyphenation
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:41, 23 May 2015


Specifies the ...

Syntax

enum SpellCheckCaps
{
    SpellCheck_Spelling    = 1,
    SpellCheck_Hyphenation = 2,
};

Constants

SpellCheck_Spelling
The ...
SpellCheck_Hyphenation
The ...