Class GlossaryDocumentEntryBody

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

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

    • GlossaryDocumentEntryBody

      public GlossaryDocumentEntryBody()
      Instantiates a new glossary document entry body.
  • Method Details

    • add

      public void add(Paragraph paragraph)
      Adds the.
      Parameters:
      paragraph - the paragraph
    • add

      public void add(Table table)
      Adds the.
      Parameters:
      table - the table
    • add

      public void add(CustomXml customXml)
      Adds the.
      Parameters:
      customXml - the custom xml
    • add

      public void add(StructuredDocumentTag structuredDocumentTag)
      Adds the.
      Parameters:
      structuredDocumentTag - the structured document tag
    • add

      public void add(IBlockElement contentElement)
      Adds the.
      Parameters:
      contentElement - the content element
    • getContentElements

      public List<IContentElement> getContentElements()
      Gets the content elements.
      Returns:
      the content elements
    • clone

      public GlossaryDocumentEntryBody clone()
      Overrides:
      clone in class Object
    • toString

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

      public List<IBlockElement> getContent()
      Gets the content.
      Returns:
      the content
    • getSection

      public Section getSection()
      Gets the section.
      Returns:
      the section
    • setSection

      public void setSection(Section section)
      Sets the section.
      Parameters:
      section - the new section