CustomDocumentPropertyCollection Class

CustomDocumentPropertyCollection class

A collection of custom document properties.


type CustomDocumentPropertyCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewCustomDocumentPropertyCollectionConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Add_String_StringCreates a new custom document property of the PropertyType.String data type.
Add_String_IntCreates a new custom document property of the PropertyType.Number data type.
Add_String_DateCreates a new custom document property of the PropertyType.DateTime data type.
Add_String_BoolCreates a new custom document property of the PropertyType.Boolean data type.
Add_String_DoubleCreates a new custom document property of the PropertyType.Float data type.
AddLinkToContentCreates a new custom document property which links to content.
UpdateLinkedPropertyValueUpdate custom document property value which links to content.
UpdateLinkedRangeUpdate custom document property value to linked range.
Get_IntReturns a object by index.
ContainsReturns true if a property with the specified name exists in the collection.
IndexOfGets the index of a property by name.
RemoveRemoves a property with the specified name from the collection.
RemoveAtRemoves a property at the specified index.
Get_StringReturns a object by the name of the property.
GetCount