SpellCheckResult 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:SpellCheckResult Enumeration}}
 
{{#customTitle:SpellCheckResult Enumeration}}
 +
{{#parentPage:PXV:Common_Enumerations|SpellCheckResult|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum SpellCheckResult
 
<pre class="brush:cpp;gutter:false">enum SpellCheckResult
 
{
 
{
     SpellCheckRes_Unknown = 0;
+
     SpellCheckRes_Unknown       = 0,
     SpellCheckRes_OK = 1;
+
     SpellCheckRes_OK           = 1,
     SpellCheckRes_NoLang = 2;
+
     SpellCheckRes_NoLang       = 2,
     SpellCheckRes_LangPending = 3;
+
     SpellCheckRes_LangPending   = 3,
     SpellCheckRes_SpellDisabled = 4;
+
     SpellCheckRes_SpellDisabled = 4,
     SpellCheckRes_NoChecker = 5;
+
     SpellCheckRes_NoChecker     = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 29: Line 33:
 
;SpellCheckRes_NoChecker
 
;SpellCheckRes_NoChecker
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:41, 23 May 2015


Specifies the ...

Syntax

enum SpellCheckResult
{
    SpellCheckRes_Unknown       = 0,
    SpellCheckRes_OK            = 1,
    SpellCheckRes_NoLang        = 2,
    SpellCheckRes_LangPending   = 3,
    SpellCheckRes_SpellDisabled = 4,
    SpellCheckRes_NoChecker     = 5,
};

Constants

SpellCheckRes_Unknown
The ...
SpellCheckRes_OK
The ...
SpellCheckRes_NoLang
The ...
SpellCheckRes_LangPending
The ...
SpellCheckRes_SpellDisabled
The ...
SpellCheckRes_NoChecker
The ...