[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFontOption

Interface IFontOption

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Font option.

public interface IFontOption

Properties

FontFamily

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

string FontFamily { get; }

Property Value

string

FontSize

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

int FontSize { get; }

Property Value

int

FontStyle

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

string FontStyle { get; }

Property Value

string

FontTextAlign

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

string FontTextAlign { get; }

Property Value

string

FontTextDecoration

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

string FontTextDecoration { get; }

Property Value

string

FontWeight

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

string FontWeight { get; }

Property Value

string