Nano |
| Class | Description | |
|---|---|---|
| AbstractStyle | Class represents an abstract style component | |
| AbstractStyleAppendAttribute | Attribute designated to control the copying of style properties | |
| AppendAttribute | Attribute designated to control the copying of style properties | |
| BasicStyles | Factory class with the most important predefined styles | |
| BasicStylesStyleEnum | Enum with style selection | |
| Border | Class representing a Border entry. The Border entry is used to define frames and cell borders | |
| BorderStyleValue | Enum for the border style | |
| CellXf | Class representing an XF entry. The XF entry is used to make reference to other style instances like Border or Fill and for the positioning of the cell content | |
| CellXfHorizontalAlignValue | Enum for the horizontal alignment of a cell | |
| CellXfTextBreakValue | Enum for text break options | |
| CellXfTextDirectionValue | Enum for the general text alignment direction | |
| CellXfVerticalAlignValue | Enum for the vertical alignment of a cell | |
| Fill | Class representing a Fill (background) entry. The Fill entry is used to define background colors and fill patterns | |
| FillFillType | Enum for the type of the color | |
| FillPatternValue | Enum for the pattern values | |
| Font | Class representing a Font entry. The Font entry is used to define text formatting | |
| FontSchemeValue | Enum for the font scheme | |
| FontUnderlineValue | Enum for the style of the underline property of a stylized text | |
| FontVerticalAlignValue | Enum for the vertical alignment of the text from base line | |
| NumberFormat | Class representing a NumberFormat entry. The NumberFormat entry is used to define cell formats like currency or date | |
| NumberFormatFormatNumber | Enum for predefined number formats | |
| NumberFormatFormatRange | Range or validity of the format number | |
| Style | Class representing a Style with sub classes within a style sheet. An instance of this class is only a container for the different sub-classes. These sub-classes contain the actual styling information. | |
| StyleManager | Class representing a style manager to maintain all styles and its components of a workbook. This class is only internally used to compose the style environment right before saving an XLSX file | |
| StyleRepository | Class to manage all styles at runtime, before writing XLSX files. The main purpose is deduplication and decoupling of styles from workbooks at runtime |