Package com.independentsoft.office.word
Class GlossaryDocument
java.lang.Object
com.independentsoft.office.word.GlossaryDocument
The Class GlossaryDocument.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the background.Gets the comments.Gets the endnotes.Gets the entries.getFonts()Gets the fonts.Gets the footnotes.Gets the numbering definitions.Gets the settings.Gets the style definitions.Gets the web settings.voidsetBackground(Background background)Sets the background.voidsetNumberingDefinitions(NumberingDefinitions numberingDefinitions)Sets the numbering definitions.voidsetStyleDefinitions(StyleDefinitions styleDefinitions)Sets the style definitions.toString()
-
Constructor Details
-
GlossaryDocument
public GlossaryDocument()Instantiates a new glossary document.
-
-
Method Details
-
clone
-
toString
-
getEntries
Gets the entries.- Returns:
- the entries
-
getBackground
Gets the background.- Returns:
- the background
-
setBackground
Sets the background.- Parameters:
background- the new background
-
getStyleDefinitions
Gets the style definitions.- Returns:
- the style definitions
-
setStyleDefinitions
Sets the style definitions.- Parameters:
styleDefinitions- the new style definitions
-
getNumberingDefinitions
Gets the numbering definitions.- Returns:
- the numbering definitions
-
setNumberingDefinitions
Sets the numbering definitions.- Parameters:
numberingDefinitions- the new numbering definitions
-
getFonts
Gets the fonts.- Returns:
- the fonts
-
getSettings
Gets the settings.- Returns:
- the settings
-
getWebSettings
Gets the web settings.- Returns:
- the web settings
-
getComments
Gets the comments.- Returns:
- the comments
-
getFootnotes
Gets the footnotes.- Returns:
- the footnotes
-
getEndnotes
Gets the endnotes.- Returns:
- the endnotes
-