IPXC_TextTabStops::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_TextTabStops::Item Property}}
 
{{#customTitle:IPXC_TextTabStops::Item Property}}
 +
{{#parentPage:PXV:IPXC_TextTabStops#Properties|Item|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Item''' of interface [[PXV:IPXC_TextTabStops|IPXC_TextTabStops]] returns  Pointer to [[PXV:IPXC_TabStopFormat|IPXC_TabStopFormat]] ...
 
Property '''Item''' of interface [[PXV:IPXC_TextTabStops|IPXC_TextTabStops]] returns  Pointer to [[PXV:IPXC_TabStopFormat|IPXC_TabStopFormat]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_TabStopFormat** ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG                 nIndex,
 +
                [out, retval] IPXC_TabStopFormat** ppItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_TextTabStops|IPXC_TextTabStops]].
+
[[PXV:IPXC_TextTabStops|IPXC_TextTabStops]]

Latest revision as of 08:51, 23 May 2015


Property Item of interface IPXC_TextTabStops returns Pointer to IPXC_TabStopFormat ...

Syntax

HRESULT get_Item([in]           ULONG                 nIndex,
                 [out, retval]  IPXC_TabStopFormat**  ppItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_TextTabStops