Class StyleSheet
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.StyleSheet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<StyleSheet.CellXfs>protected org.xlsx4j.sml.CTStylesheetprotected Map<String,StyleSheet.CellStyle> protected List<StyleSheet.CellXfs> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCellXfs(StyleSheet.CellXfs cellXfs) getCellStyle(long index) longgetCellXfsIndex(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()
-