IUIX_TextTabStops::Item 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_TextTabStops::Item Property}}
 
{{#customTitle:IUIX_TextTabStops::Item Property}}
 +
{{#parentPage:PXV:IUIX_TextTabStops#Properties|Item|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Item''' of interface [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] returns  Pointer to [[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]] ...
 
Property '''Item''' of interface [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] returns  Pointer to [[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]] ...
 
  
 
== 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** pItem);
 
</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]].
+
[[PXV:IUIX_TextTabStops|IUIX_TextTabStops]]

Latest revision as of 04:39, 15 June 2015


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

Syntax

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

Parameters

nIndex
[in] Value of LONG.

See Also

IUIX_TextTabStops