IPXC_Articles::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Articles::Item Property}}
 
{{#customTitle:IPXC_Articles::Item Property}}
{{#parentPage:PXV:IPXC_Articles|Item Property|property}}
+
{{#parentPage:PXV:IPXC_Articles#Properties|Item|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Item''' of interface [[PXV:IPXC_Articles|IPXC_Articles]] returns  Pointer to [[PXV:IPXC_Article|IPXC_Article]] ...
+
Gets [[PXV:IPXC_Article|article]] from the [[PXV:IPXC_Document|core document's]] [[PXV:IPXC_Articles|article array]].
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the article.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Articles|IPXC_Articles]].
+
[[PXV:IPXC_Articles|IPXC_Articles]]

Latest revision as of 03:20, 15 June 2015

Gets article from the core document's article array.

Syntax

HRESULT get_Item([in]           ULONG           nIndex,
                 [out, retval]  IPXC_Article**  pArticle);

Parameters

nIndex
[in] Index of the article.

See Also

IPXC_Articles