IUIX_TextTabStops::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_TextTabStops::Item Property}}
 
{{#customTitle:IUIX_TextTabStops::Item Property}}
{{#parentPage:PXV:IUIX_TextTabStops|property}}
+
{{#parentPage:PXV:IUIX_TextTabStops|Item Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] LONG nIndex, [out, retval] IUIX_TabStopFormat** ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           LONG                 nIndex,
 +
                [out, retval] IUIX_TabStopFormat** ppItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]].
 
See also [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]].

Revision as of 06:55, 23 April 2015


Property Item of interface IUIX_TextTabStops returns Pointer to IUIX_TabStopFormat ...

Syntax

HRESULT get_Item([in]           LONG                  nIndex,
                 [out, retval]  IUIX_TabStopFormat**  ppItem);

Parameters

nIndex
[in] Value of LONG.

See Also

See also IUIX_TextTabStops.