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