CustomXmlProperty class
CustomXmlProperty class
Represents a single custom XML attribute or a smart tag property. To learn more, visit the Structured Document Tags or Content Control documentation article.
Remarks
Used as an item of a CustomXmlPropertyCollection collection.
Constructors
Name | Description |
---|---|
CustomXmlProperty(name, uri, value) | Initializes a new instance of this class. |
Properties
Name | Description |
---|---|
name | Specifies the name of the custom XML attribute or smart tag property. |
uri | Gets or sets the namespace URI of the custom XML attribute or smart tag property. |
value | Gets or sets the value of the custom XML attribute or smart tag property. |
See Also
- module Aspose.Words.Markup