IUIX_Inst::SpellChecker Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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** ppSP);
+
<pre class="brush:cpp;gutter:false">HRESULT get_SpellChecker([out, retval] ISpellCheckCallbacks** pSP);
HRESULT put_SpellChecker([in] ISpellCheckCallbacks* ppSP);
+
HRESULT put_SpellChecker([in] ISpellCheckCallbacks* pSP);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Inst|IUIX_Inst]].
+
[[PXV:IUIX_Inst|IUIX_Inst]]

Latest revision as of 04: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);

See Also

IUIX_Inst