Font Properties

PicoXLSX

PicoXLSX

Font Properties

The StyleFont type exposes the following members.

Properties
  NameDescription
Public propertyBold
Gets or sets whether the font is bold. If true, the font is declared as bold
Public propertyCharset
Gets or sets the char set of the Font (Default is empty)
Public propertyColorTheme
Gets or sets the font color theme (Default is 1)
Public propertyColorValue
Gets or sets the font color (default is empty)
Public propertyDoubleUnderline
Gets or sets whether the font has a double underline. If true, the font is declared with a double underline
Public propertyFamily
Gets or sets the font family (Default is 2)
Public propertyHash
Gets the unique hash of the object
(Inherited from AbstractStyle.)
Public propertyInternalID
Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
(Inherited from AbstractStyle.)
Public propertyIsDefaultFont
Gets whether the font is equals the default font
Public propertyItalic
Gets or sets whether the font is italic. If true, the font is declared as italic
Public propertyName
Gets or sets the font name (Default is Calibri)
Public propertyScheme
Gets or sets the font scheme (Default is minor)
Public propertySize
Gets or sets the font size. Valid range is from 8 to 75
Public propertyStrike
Gets or sets whether the font is struck through. If true, the font is declared as strike-through
Public propertyUnderline
Gets or sets whether the font is underlined. If true, the font is declared as underlined
Public propertyVerticalAlign
Gets or sets the alignment of the font (Default is none)
Top
See Also