IPXC_NumberFormatArray::Clear Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatArray::Clear Method}}
 
{{#customTitle:IPXC_NumberFormatArray::Clear Method}}
 +
{{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Clear|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Clears the number format array of all of it's [[PXV:IPXC_NumberFormatItem|items]].
  
 
== Syntax ==
 
== Syntax ==
Line 11: Line 14:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]].
+
[[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]]

Latest revision as of 00:39, 31 March 2016


Clears the number format array of all of it's items.

Syntax

HRESULT Clear();

Return Value

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

See Also

IPXC_NumberFormatArray