Class GlossaryDocumentEntryProperties

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

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

    • GlossaryDocumentEntryProperties

      public GlossaryDocumentEntryProperties()
      Instantiates a new glossary document entry properties.
  • Method Details

    • clone

      Overrides:
      clone in class Object
    • toString

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

      public List<InsertionBehavior> getInsertionBehaviors()
      Gets the insertion behaviors.
      Returns:
      the insertion behaviors
    • getCategory

      public GlossaryDocumentEntryCategory getCategory()
      Gets the category.
      Returns:
      the category
    • setCategory

      public void setCategory(GlossaryDocumentEntryCategory category)
      Sets the category.
      Parameters:
      category - the new category
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • getID

      public String getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getName

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

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

      public String getStyle()
      Gets the style.
      Returns:
      the style
    • setStyle

      public void setStyle(String style)
      Sets the style.
      Parameters:
      style - the new style
    • getTypes

      public GlossaryDocumentEntryTypes getTypes()
      Gets the types.
      Returns:
      the types
    • setTypes

      public void setTypes(GlossaryDocumentEntryTypes types)
      Sets the types.
      Parameters:
      types - the new types