Class DocumentWrapper
java.lang.Object
io.jmix.reports.yarg.formatters.impl.docx.DocumentWrapper
-
Field Summary
Modifier and TypeFieldDescriptionprotected DocxFormatterDelegate
protected org.docx4j.openpackaging.parts.WordprocessingML.MainDocumentPart
protected Set<TableManager>
protected Set<TextWrapper>
protected org.docx4j.openpackaging.packages.WordprocessingMLPackage
-
Constructor Summary
ConstructorDescriptionDocumentWrapper
(DocxFormatterDelegate docxFormatter, org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
collectDataFromObjects
(Object... objects) protected void
protected void
protected void
getTexts()
-
Field Details
-
docxFormatter
-
wordprocessingMLPackage
protected org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage -
mainDocumentPart
protected org.docx4j.openpackaging.parts.WordprocessingML.MainDocumentPart mainDocumentPart -
tables
-
texts
-
-
Constructor Details
-
DocumentWrapper
public DocumentWrapper(DocxFormatterDelegate docxFormatter, org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage)
-
-
Method Details
-
collectDataFromObjects
-
collectData
protected void collectData() -
collectTexts
protected void collectTexts() -
collectTables
protected void collectTables() -
getTables
-
getTexts
-