Class StyleSheet
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.StyleSheet
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<StyleSheet.CellXfs>
protected org.xlsx4j.sml.CTStylesheet
protected Map<String,
StyleSheet.CellStyle> protected List<StyleSheet.CellXfs>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCellXfs
(StyleSheet.CellXfs cellXfs) getCellStyle
(long index) long
getCellXfsIndex
(StyleSheet.CellXfs cellXfs) getNamedStyle
(String styleName) void
-
Field Details
-
ctStylesheet
protected org.xlsx4j.sml.CTStylesheet ctStylesheet -
namedStyles
-
cellXfsIndex
-
newCellXfs
-
-
Constructor Details
-
StyleSheet
public StyleSheet(org.xlsx4j.sml.CTStylesheet ctStylesheet)
-
-
Method Details
-
getNamedStyle
-
getCellStyle
-
getCellXfsIndex
-
addCellXfs
-
saveStyle
public void saveStyle()
-