Click or drag to resize
PicoXLSX

StyleBasicStyles Class

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

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
public static class BasicStyles

The StyleBasicStyles type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberBold Gets the Bold
Public propertyStatic memberBoldItalic Gets the BoldItalic
Public propertyStatic memberBorderFrame Gets the BorderFrame
Public propertyStatic memberBorderFrameHeader Gets the BorderFrameHeader
Public propertyStatic memberDateFormat Gets the DateFormat
Public propertyStatic memberDottedFill_0_125 Gets the DottedFill_0_125
Public propertyStatic memberDoubleUnderline Gets the DoubleUnderline
Public propertyStatic memberItalic Gets the Italic
Public propertyStatic memberMergeCellStyle Gets the MergeCellStyle
Public propertyStatic memberRoundFormat Gets the RoundFormat
Public propertyStatic memberStrike Gets the Strike
Public propertyStatic memberTimeFormat Gets the TimeFormat
Public propertyStatic memberUnderline Gets the Underline
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