DocumentProperty class
DocumentProperty class
Represents a custom or built-in document property.
The DocumentProperty type exposes the following members:
Properties
Property | Description |
---|---|
name | Returns the name of the property. |
value | Gets or sets the value of the property. |
is_linked_to_content | Indicates whether this property is linked to content |
source | The linked content source. |
type | Gets the data type of the property. |
is_generated_name | Returns true if this property does not have a name in the OLE2 storage and a unique name was generated only for the public API. |
Methods
Method | Description |
---|---|
to_int | Returns the property value as integer. |
to_double | Returns the property value as double. |
to_date_time | Returns the property value as DateTime in local timezone. |
to_bool | Returns the property value as bool. |
See Also
- module
aspose.cells.properties