IPXC_NumberFormatArray::Insert Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatArray::Insert Method}}
 
{{#customTitle:IPXC_NumberFormatArray::Insert Method}}
{{#parentPage:PXV:IPXC_NumberFormatArray|Insert Method|method}}
+
{{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Insert|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Inserts given [[PXV:IPXC_NumberFormatItem|number format item]] in the number format array.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pItem
 
;pItem
:[in]  Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
+
:[in]  Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] containing the number format item that will be inserted.
 
;nIndex
 
;nIndex
:[in, defaultvalue(-1)]  Value of ULONG.
+
:[in, defaultvalue(-1)]  Value of ULONG containing the item insert index.
  
 
== Return Value ==
 
== Return Value ==
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]].
+
[[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]]

Latest revision as of 00:44, 31 March 2016


Inserts given number format item in the number format array.

Syntax

HRESULT Insert([in]                    IPXC_NumberFormatItem*  pItem,
               [in, defaultvalue(-1)]  ULONG                   nIndex);

Parameters

pItem
[in] Pointer to IPXC_NumberFormatItem containing the number format item that will be inserted.
nIndex
[in, defaultvalue(-1)] Value of ULONG containing the item insert index.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_NumberFormatArray