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