[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFontOption

IFontOption Interface

Font option.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IFontOption
Public Interface IFontOption

Properties

Name Description
FontFamily

A string that represents the label text fontFamily. The default value is 'sans-serif'.

FontSize

A string that represents the label text fontSize. The default value is '12px'.

FontStyle

A string that represents the label text fontStyle. The default value is 'normal'.

FontTextAlign

A string that represents the label text fontTextAlign. The default value is 'center'.

FontTextDecoration

A string that represents the label text fontTextDecoration. The default value is 'none'.

FontWeight

A string that represents the label text fontWeight. The default value is 'normal'.