Class SmartTagType

java.lang.Object
com.independentsoft.office.word.SmartTagType

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

    • SmartTagType

      public SmartTagType()
      Instantiates a new smart tag type.
  • Method Details

    • clone

      public SmartTagType 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 namespaceUri)
      Sets the namespace.
      Parameters:
      namespaceUri - the new namespace
    • getUrl

      public String getUrl()
      Gets the url.
      Returns:
      the url
    • setUrl

      public void setUrl(String url)
      Sets the url.
      Parameters:
      url - the new url