SpellCheckCaps 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:SpellCheckCaps Enumeration}}
 
{{#customTitle:SpellCheckCaps Enumeration}}
 +
{{#parentPage:PXV:Common_Enumerations|SpellCheckCaps|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: 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 17: 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 ...