Class DocxFormatterDelegate
java.lang.Object
io.jmix.reports.yarg.formatters.impl.DocxFormatterDelegate
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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) 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
 
-