IUIX_Inst::SpellChecker Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Inst::SpellChecker Property}} | {{#customTitle:IUIX_Inst::SpellChecker Property}} | ||
− | {{#parentPage:PXV:IUIX_Inst#Properties|SpellChecker | + | {{#parentPage:PXV:IUIX_Inst#Properties|SpellChecker|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== 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]] | [[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);