ContentTypePropertyCollection

ContentTypePropertyCollection class

A collection of ContentTypeProperty objects that represent additional information.

Properties

NameTypeDescription
Countint
Item (int)ContentTypePropertyGets the content type property by the specific index.
Item (java.lang.String)ContentTypePropertyGets the content type property by the property name.

Methods

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

ContentTypePropertyCollection.Count property

Type: int

ContentTypePropertyCollection.Item (int) property

Gets the content type property by the specific index.

Type: ContentTypeProperty

ContentTypePropertyCollection.Item (java.lang.String) property

Gets the content type property by the property name.

Type: ContentTypeProperty

add(name, value) (1 of 3)

Adds content type property information.

ParameterTypeDescription
nameStringThe name of the content type property.
valueStringThe value of the content type property.

add(name, value, type) (2 of 3)

Adds content type property information.

ParameterTypeDescription
nameStringThe name of the content type property.
valueStringThe value of the content type property.
typeStringThe type of the content type property.

add(value) (3 of 3)

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.