IPXC_GetPageTextOptions::WordSeparatorsTbl Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GetPageTextOptions::WordSeparatorsTbl Property}}
 
{{#customTitle:IPXC_GetPageTextOptions::WordSeparatorsTbl Property}}
{{#parentPage:PXV:IPXC_GetPageTextOptions|WordSeparatorsTbl Property|property}}
+
{{#parentPage:PXV:IPXC_GetPageTextOptions#Properties|WordSeparatorsTbl|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_WordSeparatorsTbl([out, retval]  BSTR*  ppTbl);
+
<pre class="brush:cpp;gutter:false">HRESULT get_WordSeparatorsTbl([out, retval]  BSTR*  sTbl);
HRESULT put_WordSeparatorsTbl([in]  BSTR  ppTbl);
+
HRESULT put_WordSeparatorsTbl([in]  BSTR  sTbl);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]].
+
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]

Latest revision as of 03:29, 15 June 2015


Property WordSeparatorsTbl of interface IPXC_GetPageTextOptions returns/sets Value of BSTR ...

Syntax

HRESULT get_WordSeparatorsTbl([out, retval]  BSTR*  sTbl);
HRESULT put_WordSeparatorsTbl([in]  BSTR  sTbl);

See Also

IPXC_GetPageTextOptions