Class SmartTagProperty

java.lang.Object
com.independentsoft.office.word.customMarkup.SmartTagProperty

public class SmartTagProperty extends Object
The Class SmartTagProperty.
  • Constructor Details

    • SmartTagProperty

      public SmartTagProperty()
      Instantiates a new smart tag property.
    • SmartTagProperty

      public SmartTagProperty(String name, String namespace, String value)
      Instantiates a new smart tag property.
      Parameters:
      name - the name
      namespace - the namespace
      value - the value
  • Method Details

    • clone

      public SmartTagProperty clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getNamespace

      public String getNamespace()
      Gets the namespace.
      Returns:
      the namespace
    • setNamespace

      public void setNamespace(String ns)
      Sets the namespace.
      Parameters:
      ns - the new namespace
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value