|
java.lang.Object
com.aspose.words.CustomXmlProperty
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()
Initializes a new instance of this class.
|
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.String | getName() | | |
Specifies the name of the custom XML attribute or smart tag property.
|
java.lang.String | getUri() | | void | setUri(java.lang.String value) | |
|
Gets or sets the namespace URI of the custom XML attribute or smart tag property.
|
java.lang.String | getValue() | | void | setValue(java.lang.String value) | |
|
Gets or sets the value of the custom XML attribute or smart tag property.
|
CustomXmlProperty
public CustomXmlProperty()
-
Initializes a new instance of this class.
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.
|