Package com.independentsoft.office.word
Class GlossaryDocumentEntryProperties
java.lang.Object
com.independentsoft.office.word.GlossaryDocumentEntryProperties
The Class GlossaryDocumentEntryProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new glossary document entry properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the category.Gets the description.getID()Gets the id.Gets the insertion behaviors.getName()Gets the name.getStyle()Gets the style.getTypes()Gets the types.voidsetCategory(GlossaryDocumentEntryCategory category)Sets the category.voidsetDescription(String description)Sets the description.voidSets the id.voidSets the name.voidSets the style.voidsetTypes(GlossaryDocumentEntryTypes types)Sets the types.toString()
-
Constructor Details
-
GlossaryDocumentEntryProperties
public GlossaryDocumentEntryProperties()Instantiates a new glossary document entry properties.
-
-
Method Details
-
clone
-
toString
-
getInsertionBehaviors
Gets the insertion behaviors.- Returns:
- the insertion behaviors
-
getCategory
Gets the category.- Returns:
- the category
-
setCategory
Sets the category.- Parameters:
category- the new category
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getStyle
Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-
getTypes
Gets the types.- Returns:
- the types
-
setTypes
Sets the types.- Parameters:
types- the new types
-