Class SmartTagProperty
java.lang.Object
com.independentsoft.office.word.customMarkup.SmartTagProperty
The Class SmartTagProperty.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new smart tag property.SmartTagProperty(String name, String namespace, String value)Instantiates a new smart tag property. -
Method Summary
-
Constructor Details
-
SmartTagProperty
public SmartTagProperty()Instantiates a new smart tag property. -
SmartTagProperty
Instantiates a new smart tag 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
-