IUIX_Inst::CreateTextTabStops Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreateTextTabStops([out, retval]  IUIX_TextTabStops**  TabStops);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateTextTabStops([out, retval]  IUIX_TextTabStops**  pTabStops);</pre>
  
 
== Parameters ==
 
== Parameters ==
;TabStops
+
;pTabStops
 
:[out, retval]  return object of [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] interface.
 
:[out, retval]  return object of [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] interface.
  

Revision as of 04:24, 15 June 2015


Creates new object of IUIX_TextTabStops interface.

Syntax

HRESULT CreateTextTabStops([out, retval]  IUIX_TextTabStops**  pTabStops);

Parameters

pTabStops
[out, retval] return object of IUIX_TextTabStops interface.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Inst