DocumentPropertyCollection Class
DocumentPropertyCollection class
Base class for and collections.
type DocumentPropertyCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| 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 | |