CustomPropertyCollection

CustomPropertyCollection class

A collection of CustomProperty objects that represent additional information.

Properties

NameTypeDescription
Countint
Item (int)CustomPropertyGets the custom property by the specific index.
Item (java.lang.String)CustomPropertyGets the custom property by the property name.

Methods

NameDescription
addAdds custom property information.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

CustomPropertyCollection.Count property

Type: int

CustomPropertyCollection.Item (int) property

Gets the custom property by the specific index.

Type: CustomProperty

CustomPropertyCollection.Item (java.lang.String) property

Gets the custom property by the property name.

Type: CustomProperty

add(name, value) (1 of 2)

Adds custom property information.

ParameterTypeDescription
nameStringThe name of the custom property.
valueStringThe value of the custom property.

add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.