Class XslxHintProcessor
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.hints.XslxHintProcessor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Stringprotected List<XslxHintProcessor.HintDescriptor>protected static String -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
XslxHintProcessor
public XslxHintProcessor()
-
-
Method Details
-
init
-
initHintList
-
initDescriptors
-
isHintDefinedName
-
add
public void add(CellReference templateRef, org.xlsx4j.sml.Cell templateCell, org.xlsx4j.sml.Cell resultCell, BandData bandData) -
apply
public void apply()
-