IPXC_ParaFormat::TabStops Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ParaFormat::TabStops Property}}
 
{{#customTitle:IPXC_ParaFormat::TabStops Property}}
 +
{{#parentPage:PXV:IPXC_ParaFormat#Properties|TabStops|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''TabStops''' of interface [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]] returns/sets  Pointer to [[PXV:IPXC_TextTabStops|IPXC_TextTabStops]] ...
 
Property '''TabStops''' of interface [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]] returns/sets  Pointer to [[PXV:IPXC_TextTabStops|IPXC_TextTabStops]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TabStops([out, retval] IPXC_TextTabStops** ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TabStops([out, retval] IPXC_TextTabStops** ppVal);
HRESULT put_TabStops([in] IPXC_TextTabStops* ppVal);
+
HRESULT put_TabStops([in] IPXC_TextTabStops* ppVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]].
+
[[PXV:IPXC_ParaFormat|IPXC_ParaFormat]]

Latest revision as of 08:44, 23 May 2015


Property TabStops of interface IPXC_ParaFormat returns/sets Pointer to IPXC_TextTabStops ...

Syntax

HRESULT get_TabStops([out, retval]  IPXC_TextTabStops**  ppVal);
HRESULT put_TabStops([in]  IPXC_TextTabStops*  ppVal);

See Also

IPXC_ParaFormat