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