Class StyleSheet
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.StyleSheet
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier 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:
 
- 
ctStylesheetprotected org.xlsx4j.sml.CTStylesheet ctStylesheet
- 
namedStyles
- 
cellXfsIndex
- 
newCellXfs
- 
fonts
 
- 
- 
Constructor Details- 
StyleSheetpublic StyleSheet(org.xlsx4j.sml.CTStylesheet ctStylesheet) 
 
- 
- 
Method Details- 
getNamedStyle
- 
getCellStyle
- 
getCellXfsIndex
- 
addCellXfs
- 
getFont
- 
saveStylepublic void saveStyle()
- 
createFont
 
-