Class XslxHintProcessor
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.hints.XslxHintProcessor
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static Stringprotected List<XslxHintProcessor.HintDescriptor>protected static String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(CellReference templateRef, org.xlsx4j.sml.Cell templateCell, org.xlsx4j.sml.Cell resultCell, BandData bandData) voidapply()voidprotected voidinitDescriptors(Document template, Document result) protected voidinitHintList(Document template, Document result) booleanisHintDefinedName(String definedName) 
- 
Field Details- 
HINT_PREFIX
- 
DELIMITER
- 
hints
- 
descriptors
 
- 
- 
Constructor Details- 
XslxHintProcessorpublic XslxHintProcessor()
 
- 
- 
Method Details- 
init
- 
initHintList
- 
initDescriptors
- 
isHintDefinedName
- 
addpublic void add(CellReference templateRef, org.xlsx4j.sml.Cell templateCell, org.xlsx4j.sml.Cell resultCell, BandData bandData) 
- 
applypublic void apply()
 
-