CustomXmlProperty constructor
CustomXmlProperty(name, uri, value)
Initializes a new instance of this class.
CustomXmlProperty(name: string, uri: string, value: string)
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the property. Cannot be null. |
| uri | string | The namespace URI of the property. Cannot be null. |
| value | string | The value of the property. Cannot be null. |
See Also
- module Aspose.Words.Markup
- class CustomXmlProperty