Class CustomXmlProperty
java.lang.Object
com.independentsoft.office.word.customMarkup.CustomXmlProperty
The Class CustomXmlProperty.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new custom xml property.CustomXmlProperty(String name, String namespace, String value)Instantiates a new custom xml property. -
Method Summary
-
Constructor Details
-
CustomXmlProperty
public CustomXmlProperty()Instantiates a new custom xml property. -
CustomXmlProperty
Instantiates a new custom xml property.- Parameters:
name- the namenamespace- the namespacevalue- the value
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getNamespace
Gets the namespace.- Returns:
- the namespace
-
setNamespace
Sets the namespace.- Parameters:
ns- the new namespace
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-