ContentTypePropertyCollection
Source: aspose.
A collection of ContentTypeProperty objects that represent additional information.
Methods
add(name, value)
Adds content type property information.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
name |
String |
|
The name of the content type property. |
value |
String |
|
The value of the content type property. |
add(name, value, type)
Adds content type property information.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
name |
String |
|
The name of the content type property. |
value |
String |
|
The value of the content type property. |
type |
String |
|
The type of the content type property. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ContentTypeProperty
Gets the content type property by the specific index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index. |
- Returns
-
ContentTypeProperty
The content type property
get(name) → ContentTypeProperty
Gets the content type property by the property name.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
name |
String |
|
The property name. |
- Returns
-
ContentTypeProperty
The content type property
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.