IPXC_GetPageTextOptions::WordSeparatorsTbl 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:IPXC_GetPageTextOptions::WordSeparatorsTbl Property}}
 
{{#customTitle:IPXC_GetPageTextOptions::WordSeparatorsTbl Property}}
 +
{{#parentPage:PXV:IPXC_GetPageTextOptions#Properties|WordSeparatorsTbl|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''WordSeparatorsTbl''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns/sets  Value of BSTR ...
 
Property '''WordSeparatorsTbl''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns/sets  Value of BSTR ...
 
  
 
== 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 ==
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