IUIX_Inst::CreateTextTabStops Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IUIX_Inst::CreateTextTabStops Method}}
 
{{#customTitle:IUIX_Inst::CreateTextTabStops Method}}
 
{{#parentPage:PXV:IUIX_Inst|CreateTextTabStops Method|method}}
 
{{#parentPage:PXV:IUIX_Inst|CreateTextTabStops Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates new object of [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] interface.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;ppTabStops
 
;ppTabStops
:[out, retval]  Pointer to [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]].
+
:[out, retval]  return object of [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] interface.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Inst|IUIX_Inst]].
+
[[PXV:IUIX_Inst|IUIX_Inst]], [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]].

Revision as of 07:19, 21 May 2015


Creates new object of IUIX_TextTabStops interface.

Syntax

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

Parameters

ppTabStops
[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, IUIX_TextTabStops.