CustomXmlProperty

CustomXmlProperty

Overview

CustomXmlProperty is a class in Aspose.Words FOSS for .NET.

Represents a single custom XML attribute or a smart tag property.

This class provides 1 method for working with CustomXmlProperty objects in .NET programs. Available methods include: CustomXmlProperty. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Name, Uri, Value.

Properties

NameTypeAccessDescription
NamestringReadSpecifies the name of the custom XML attribute or smart tag property.
UristringRead/WriteGets or sets the namespace URI of the custom XML attribute or smart tag property.
ValuestringRead/WriteGets or sets the value of the custom XML attribute or smart tag property.

Methods

SignatureDescription
CustomXmlProperty(name: string, uri: string, value: string)Initializes a new instance of this class.

See Also