com.aspose.words
Class CustomXmlProperty

java.lang.Object
    extended by com.aspose.words.CustomXmlProperty
All Implemented Interfaces:
java.lang.Cloneable

public class CustomXmlProperty 
extends java.lang.Object

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

Used as an item of a CustomXmlPropertyCollection collection.


Constructor Summary
CustomXmlProperty(java.lang.String name, java.lang.String uri, java.lang.String value)
           Initializes a new instance of this class.
 
Property Getters/Setters Summary
java.lang.StringgetName()
           Specifies the name of the custom XML attribute or smart tag property.
java.lang.StringgetUri()
voidsetUri(java.lang.String value)
           Gets or sets the namespace URI of the custom XML attribute or smart tag property.
java.lang.StringgetValue()
voidsetValue(java.lang.String value)
           Gets or sets the value of the custom XML attribute or smart tag property.
 

Constructor Detail

CustomXmlProperty

public CustomXmlProperty(java.lang.String name, java.lang.String uri, java.lang.String value)
Initializes a new instance of this class.
Parameters:
name - The name of the property. Cannot be null.
uri - The namespace URI of the property. Cannot be null.
value - The value of the property. Cannot be null.

Property Getters/Setters Detail

getName

public java.lang.String getName()
Specifies the name of the custom XML attribute or smart tag property.

Cannot be null.

Default is empty string.


getUri/setUri

public java.lang.String getUri() / public void setUri(java.lang.String value)
Gets or sets the namespace URI of the custom XML attribute or smart tag property.

Cannot be null.

Default is empty string.


getValue/setValue

public java.lang.String getValue() / public void setValue(java.lang.String value)
Gets or sets the value of the custom XML attribute or smart tag property.

Cannot be null.

Default is empty string.


See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.