IUIX_Inst::SpellChecker Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Inst::SpellChecker Property}} | {{#customTitle:IUIX_Inst::SpellChecker Property}} | ||
+ | {{#parentPage:PXV:IUIX_Inst#Properties|SpellChecker|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''SpellChecker''' of interface [[PXV:IUIX_Inst|IUIX_Inst]] returns/sets Pointer to [[PXV:ISpellCheckCallbacks|ISpellCheckCallbacks]] ... | Property '''SpellChecker''' of interface [[PXV:IUIX_Inst|IUIX_Inst]] returns/sets Pointer to [[PXV:ISpellCheckCallbacks|ISpellCheckCallbacks]] ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_SpellChecker([out, retval] ISpellCheckCallbacks** | + | <pre class="brush:cpp;gutter:false">HRESULT get_SpellChecker([out, retval] ISpellCheckCallbacks** pSP); |
− | HRESULT put_SpellChecker([in] ISpellCheckCallbacks* | + | HRESULT put_SpellChecker([in] ISpellCheckCallbacks* pSP); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Inst|IUIX_Inst]] |
Latest revision as of 03:25, 15 June 2015
Property SpellChecker of interface IUIX_Inst returns/sets Pointer to ISpellCheckCallbacks ...
Syntax
HRESULT get_SpellChecker([out, retval] ISpellCheckCallbacks** pSP); HRESULT put_SpellChecker([in] ISpellCheckCallbacks* pSP);