IUIX_ParaFormat::TabStops Property

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

Latest revision as of 04:33, 15 June 2015


Property TabStops of interface IUIX_ParaFormat returns/sets Pointer to IUIX_TextTabStops ...

Syntax

HRESULT get_TabStops([out, retval]  IUIX_TextTabStops**  pTabStops);
HRESULT put_TabStops([in]  IUIX_TextTabStops*  pTabStops);

See Also

IUIX_ParaFormat