DocumentProperty Class
Contents
[
Hide
]DocumentProperty class
Represents a custom or built-in document property.
type DocumentProperty struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetName | Returns the name of the property. |
| GetValue | Gets or sets the value of the property. |
| SetValue | Gets or sets the value of the property. |
| IsLinkedToContent | Indicates whether this property is linked to content |
| GetSource | The linked content source. |
| GetType | Gets the data type of the property. |
| IsGeneratedName | Returns true if this property does not have a name in the OLE2 storageand a unique name was generated only for the public API. |
| ToString | Returns the property value as a string. |
| ToInt | Returns the property value as integer. |
| ToDouble | Returns the property value as double. |
| ToDateTime | Returns the property value as DateTime in local timezone. |
| ToBool | Returns the property value as bool. |