Package com.independentsoft.office.word
Class GlossaryDocumentEntryBody
java.lang.Object
com.independentsoft.office.word.GlossaryDocumentEntryBody
The Class GlossaryDocumentEntryBody.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new glossary document entry body. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the.voidadd(StructuredDocumentTag structuredDocumentTag)Adds the.voidadd(IBlockElement contentElement)Adds the.voidAdds the.voidAdds the.clone()Gets the content.Gets the content elements.Gets the section.voidsetSection(Section section)Sets the section.toString()
-
Constructor Details
-
GlossaryDocumentEntryBody
public GlossaryDocumentEntryBody()Instantiates a new glossary document entry body.
-
-
Method Details
-
add
Adds the.- Parameters:
paragraph- the paragraph
-
add
Adds the.- Parameters:
table- the table
-
add
Adds the.- Parameters:
customXml- the custom xml
-
add
Adds the.- Parameters:
structuredDocumentTag- the structured document tag
-
add
Adds the.- Parameters:
contentElement- the content element
-
getContentElements
Gets the content elements.- Returns:
- the content elements
-
clone
-
toString
-
getContent
Gets the content.- Returns:
- the content
-
getSection
Gets the section.- Returns:
- the section
-
setSection
Sets the section.- Parameters:
section- the new section
-