Package com.independentsoft.office.word
Class GlossaryDocumentEntry
java.lang.Object
com.independentsoft.office.word.GlossaryDocumentEntry
The Class GlossaryDocumentEntry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getBody()Gets the body.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.voidsetBody(GlossaryDocumentEntryBody body)Sets the body.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
-
GlossaryDocumentEntry
public GlossaryDocumentEntry()Instantiates a new glossary document entry.
-
-
Method Details
-
clone
-
toString
-
getBody
Gets the body.- Returns:
- the body
-
setBody
Sets the body.- Parameters:
body- the new body
-
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
-