Click or drag to resize
NanoXLSX

BasicStyles Class

Factory class with the most important predefined styles
Inheritance Hierarchy
SystemObject
  NanoXLSX.StylesBasicStyles

Namespace: NanoXLSX.Styles
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public static class BasicStyles

The BasicStyles type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberBoldGets the bold style
Public propertyStatic memberBoldItalicGets the bold and italic style
Public propertyStatic memberBorderFrameGets the border frame style
Public propertyStatic memberBorderFrameHeaderGets the border style for header cells
Public propertyStatic memberDateFormatGets the date format style
Public propertyStatic memberDottedFill_0_125Gets the special pattern fill style (for compatibility)
Public propertyStatic memberDoubleUnderlineGets the double underline style
Public propertyStatic memberItalicGets the italic style
Public propertyStatic memberMergeCellStyleGets the style used when merging cells
Public propertyStatic memberRoundFormatGets the round format style
Public propertyStatic memberStrikeGets the strike style
Public propertyStatic memberTimeFormatGets the time format style
Public propertyStatic memberUnderlineGets the underline style
Top
Methods
 NameDescription
Public methodStatic memberColorizedBackground Gets a style to colorize the background of a cell
Public methodStatic memberColorizedText Gets a style to colorize the text of a cell
Public methodStatic memberFont Gets a style with a user defined font
Private methodStatic memberGetStyle Method to maintain the styles and to create singleton instances
Top
See Also