Class DocumentWrapper

java.lang.Object
io.jmix.reports.yarg.formatters.impl.docx.DocumentWrapper

public class DocumentWrapper extends Object
  • Field Details

    • docxFormatter

      protected DocxFormatterDelegate docxFormatter
    • wordprocessingMLPackage

      protected org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage
    • mainDocumentPart

      protected org.docx4j.openpackaging.parts.WordprocessingML.MainDocumentPart mainDocumentPart
    • tables

      protected Set<TableManager> tables
    • texts

      protected Set<TextWrapper> texts
  • Constructor Details

    • DocumentWrapper

      public DocumentWrapper(DocxFormatterDelegate docxFormatter, org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage)
  • Method Details

    • collectDataFromObjects

      protected void collectDataFromObjects(Object... objects)
    • collectData

      protected void collectData()
    • collectHeadersAndFooters

      protected void collectHeadersAndFooters()
    • collectTexts

      protected void collectTexts()
    • collectTables

      protected void collectTables()
    • getTables

      public Set<TableManager> getTables()
    • getTexts

      public Set<TextWrapper> getTexts()