set method
Contents
[
Hide
]
set
Adds or replaces the metadata property with the specified name.
def set(self, property_name, value):
...
Parameter | Type | Description |
---|---|---|
property_name | str | The property name. |
value | str | The property value. |
set
Adds or replaces the metadata property with the specified name.
def set(self, property_name, value):
...
Parameter | Type | Description |
---|---|---|
property_name | str | The property name. |
value | bool | The property value. |
set
Adds or replaces the metadata property with the specified name.
def set(self, property_name, value):
...
Parameter | Type | Description |
---|---|---|
property_name | str | The property name. |
value | DateTime | The property value. |
set
Adds or replaces the metadata property with the specified name.
def set(self, property_name, value):
...
Parameter | Type | Description |
---|---|---|
property_name | str | The property name. |
value | int | The property value. |
set
Adds or replaces the metadata property with the specified name.
def set(self, property_name, value):
...
Parameter | Type | Description |
---|---|---|
property_name | str | The property name. |
value | float | The property value. |
See Also
- module
groupdocs.metadata.formats.document
- class
WordProcessingPackage