SpellCheckResult Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:SpellCheckResult Enumeration}} | {{#customTitle:SpellCheckResult Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:Common_Enumerations|SpellCheckResult Enumeration|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 22:33, 21 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 ...
See Also
...