CustomXmlProperty constructor
CustomXmlProperty(name, uri, value)
Initializes a new instance of this class.
def __init__(self, name: str, uri: str, value: str):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | The name of the property. Cannot be None. |
| uri | str | The namespace URI of the property. Cannot be None. |
| value | str | The value of the property. Cannot be None. |
See Also
- module aspose.words.markup
- class CustomXmlProperty