Class HtmlContentInliner
java.lang.Object
io.jmix.reports.yarg.formatters.impl.inline.HtmlContentInliner
- All Implemented Interfaces:
- ContentInliner
Handle HTML with format string: ${html}
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet Regexp Pattern for match format stringvoidinlineToDoc(OfficeComponent officeComponent, com.sun.star.text.XTextRange textRange, com.sun.star.text.XText destination, Object paramValue, Matcher matcher) Inline content into doc templatevoidinlineToDocx(org.docx4j.openpackaging.packages.WordprocessingMLPackage wordPackage, org.docx4j.wml.Text text, Object paramValue, Matcher matcher) Inline content into docx templatevoidinlineToXls(org.apache.poi.hssf.usermodel.HSSFPatriarch patriarch, org.apache.poi.hssf.usermodel.HSSFCell resultCell, Object paramValue, Matcher matcher) Inline content into xls templatevoidinlineToXlsx(org.docx4j.openpackaging.packages.SpreadsheetMLPackage pkg, org.docx4j.openpackaging.parts.SpreadsheetML.WorksheetPart worksheetPart, org.xlsx4j.sml.Cell newCell, Object paramValue, Matcher matcher) Inline content to xlsx template
- 
Field Details- 
REGULAR_EXPRESSION- See Also:
 
 
- 
- 
Constructor Details- 
HtmlContentInlinerpublic HtmlContentInliner()
 
- 
- 
Method Details- 
getTagPatternDescription copied from interface:ContentInlinerGet Regexp Pattern for match format string- Specified by:
- getTagPatternin interface- ContentInliner
- Returns:
- Pattern
 
- 
inlineToDocpublic void inlineToDoc(OfficeComponent officeComponent, com.sun.star.text.XTextRange textRange, com.sun.star.text.XText destination, Object paramValue, Matcher matcher) throws Exception Description copied from interface:ContentInlinerInline content into doc template- Specified by:
- inlineToDocin interface- ContentInliner
- Throws:
- Exception
 
- 
inlineToDocxpublic void inlineToDocx(org.docx4j.openpackaging.packages.WordprocessingMLPackage wordPackage, org.docx4j.wml.Text text, Object paramValue, Matcher matcher) Description copied from interface:ContentInlinerInline content into docx template- Specified by:
- inlineToDocxin interface- ContentInliner
 
- 
inlineToXlspublic void inlineToXls(org.apache.poi.hssf.usermodel.HSSFPatriarch patriarch, org.apache.poi.hssf.usermodel.HSSFCell resultCell, Object paramValue, Matcher matcher) Description copied from interface:ContentInlinerInline content into xls template- Specified by:
- inlineToXlsin interface- ContentInliner
 
- 
inlineToXlsxpublic void inlineToXlsx(org.docx4j.openpackaging.packages.SpreadsheetMLPackage pkg, org.docx4j.openpackaging.parts.SpreadsheetML.WorksheetPart worksheetPart, org.xlsx4j.sml.Cell newCell, Object paramValue, Matcher matcher) Description copied from interface:ContentInlinerInline content to xlsx template- Specified by:
- inlineToXlsxin interface- ContentInliner
 
 
-