Class DocxFormatterDelegate
java.lang.Object
io.jmix.reports.yarg.formatters.impl.DocxFormatterDelegate
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsJustOneAlias
(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) boolean
tryToApplyInliners
(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
-