Class DocxFormatterDelegate
java.lang.Object
io.jmix.reports.yarg.formatters.impl.DocxFormatterDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsJustOneAlias(String value) findBandByPath(String path) formatValue(Object value, String parameterName, String fullParameterName, String stringFunction) getAllAliases(String value) getElementText(Object element) handleStringWithAliases(String template) inlineParameterValue(String template, String parameterName, String value) insertBandDataToString(BandData bandData, String resultStr) booleanisSupportedMultilineText(org.docx4j.wml.Text text) booleantryToApplyInliners(String fullParameterName, Object paramValue, org.docx4j.wml.Text text) unwrapParameterName(String nameWithAlias) wrapWithReportingException(String message)
-
Field Details
-
docxFormatter
-
-
Constructor Details
-
DocxFormatterDelegate
-
-
Method Details
-
getElementText
-
containsJustOneAlias
-
getAllAliases
-
unwrapParameterName
-
insertBandDataToString
-
wrapWithReportingException
-
inlineParameterValue
-
separateBandNameAndParameterName
-
findBandByPath
-
formatValue
-
tryToApplyInliners
-
handleStringWithAliases
-
isSupportedMultilineText
public boolean isSupportedMultilineText(org.docx4j.wml.Text text)
-