IPXC_NumberFormatArray::Insert Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatArray::Insert Method}}
 
{{#customTitle:IPXC_NumberFormatArray::Insert Method}}
{{#parentPage:PXV:IPXC_NumberFormatArray#Methods|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 14: 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 ==

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