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 | Update custom document property value which links to content. |
UpdateLinkedRange | Update custom document property value to linked range. |
Get_Int | Returns a |
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 |
GetCount |