IUIX_Inst::CreateTabStopFormat 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 CreateTabStopFormat([out, retval]  IUIX_TabStopFormat**  pTabFormat);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateTabStopFormat([out, retval]  IUIX_TabStopFormat**  TabFormat);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pTabFormat
+
;TabFormat
 
:[out, retval]  return object of [[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]] interface.
 
:[out, retval]  return object of [[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]] interface.
  

Revision as of 07:51, 12 June 2015


Creates new object of IUIX_TabStopFormat interface.

Syntax

HRESULT CreateTabStopFormat([out, retval]  IUIX_TabStopFormat**  TabFormat);

Parameters

TabFormat
[out, retval] return object of IUIX_TabStopFormat interface.

Return Value

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

See Also

IUIX_Inst