NanoXLSX.Core 3.0.0-rc.3
Loading...
Searching...
No Matches
NanoXLSX.Styles Namespace Reference

Classes

class  AbstractStyle
 Class represents an abstract style component. More...
class  AppendAttribute
 Attribute designated to control the copying of style properties. More...
class  BasicStyles
 Factory class with the most important predefined styles. More...
class  Border
 Class representing a Border entry. The Border entry is used to define frames and cell borders. More...
class  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. More...
class  Fill
 Class representing a Fill (background) entry. The Fill entry is used to define background colors and fill patterns. More...
class  Font
 Class representing a Font entry. The Font entry is used to define text formatting. More...
class  NumberFormat
 Class representing a NumberFormat entry. The NumberFormat entry is used to define cell formats like currency or date. More...
class  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. More...
class  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.
class  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. More...