[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Font

Font Class

Font styles.

Inheritance
Font
Namespace: C1.Web.Mvc.Sheet
Assembly: C1.AspNetCore.Mvc.FlexSheet.dll
Syntax
public class Font

Constructors

Name Description
Font()

Create a Font instance.

Properties

Name Description
Bold

Gets or sets a value indicating whether to make the text bold.

Color

Gets or sets the text color.

Family

Gets or sets the typeface name.

Italic

Gets or sets a value indicating whether to make the text italic.

Size

Gets or sets the font size.

Strikethrough

Gets or sets a value indicating whether to show strikethrough.

Subscript

Gets or sets a value indicating whether to make the text subscript.

Superscript

Gets or sets a value indicating whether to make the text superscript.

Underline

Gets or sets underscore setting.