Class DocumentWrapper
java.lang.Object
io.jmix.reports.yarg.formatters.impl.docx.DocumentWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocxFormatterDelegateprotected org.docx4j.openpackaging.parts.WordprocessingML.MainDocumentPartprotected Set<TableManager>protected Set<TextWrapper>protected org.docx4j.openpackaging.packages.WordprocessingMLPackage -
Constructor Summary
ConstructorsConstructorDescriptionDocumentWrapper(DocxFormatterDelegate docxFormatter, org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidcollectDataFromObjects(Object... objects) protected voidprotected voidprotected voidgetTexts()
-
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
-