CustomDocumentPropertyCollection Class
Contents
[
Hide
]CustomDocumentPropertyCollection class
A collection of custom document properties.
type CustomDocumentPropertyCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewCustomDocumentPropertyCollection | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Add_String_String | Creates a new custom document property of the PropertyType.String data type. |
| Add_String_Int | Creates a new custom document property of the PropertyType.Number data type. |
| Add_String_Date | Creates a new custom document property of the PropertyType.DateTime data type. |
| Add_String_Bool | Creates a new custom document property of the PropertyType.Boolean data type. |
| Add_String_Double | Creates a new custom document property of the PropertyType.Float data type. |
| AddLinkToContent | Creates a new custom document property which links to content. |
| UpdateLinkedPropertyValue | Updates values of all custom properties that are linked to content(usecell value of linked range to update value of custom property). |
| UpdateLinkedRange | Updates all ranges that are linked to custom properties(use the value ofcustom document property to update cell value of linked range). |
| Get_Int | Returns a DocumentProperty object by index. |
| Contains | Returns true if a property with the specified name exists in the collection. |
| IndexOf | Gets the index of a property by name. |
| Remove | Removes a property with the specified name from the collection. |
| RemoveAt | Removes a property at the specified index. |
| Get_String | Returns a DocumentProperty object by the name of the property. |
| GetCount |