Style.BasicStyles Class

PicoXLSX

PicoXLSX

StyleBasicStyles Class

Factory class with the most important predefined styles
Inheritance Hierarchy
SystemObject  PicoXLSXStyleBasicStyles

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public static class BasicStyles

The StyleBasicStyles type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBold
Gets the bold style
Public propertyStatic memberBoldItalic
Gets the bold and italic style
Public propertyStatic memberBorderFrame
Gets the border frame style
Public propertyStatic memberBorderFrameHeader
Gets the border style for header cells
Public propertyStatic memberDateFormat
Gets the date format style
Public propertyStatic memberDottedFill_0_125
Gets the special pattern fill style (for compatibility)
Public propertyStatic memberDoubleUnderline
Gets the double underline style
Public propertyStatic memberItalic
Gets the italic style
Public propertyStatic memberMergeCellStyle
Gets the style used when merging cells
Public propertyStatic memberRoundFormat
Gets the round format style
Public propertyStatic memberStrike
Gets the strike style
Public propertyStatic memberUnderline
Gets the underline style
Top
Methods
  NameDescription
Public methodStatic memberColorizedBackground
Public methodStatic memberColorizedText
Public methodStatic memberFont
Private methodStatic memberGetStyle
Method to maintain the styles and to create singleton instances
Top
See Also