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