[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFont

IFont Interface

Contains the font attributes (font name, font size, color, and so on) for an object.

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

Properties

Name Description
Bold

Gets or sets whether the font is bold.

Color

Gets or sets the Color of the represented text.

ColorIndex

Gets or sets the color of the font.

Italic

Gets or sets whether the font style is italic.

Name

Gets or sets the name of the object.

Size

Gets or sets the size of the font.

Strikethrough

Gets or sets whether the font is struck through with a horizontal line.

Subscript

Gets or sets whether the font is formatted as subscript (False by default).

Superscript

Gets or sets whether the font is formatted as superscript. The value is False by default.

ThemeColor

Gets or sets the theme color in the applied color scheme that is associated with the specified object. The ThemeColor value is read or write.

ThemeFont

Gets or sets the theme font in the applied font scheme that is associated with the specified object. The ThemeFont is read or write.

TintAndShade

Gets or sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.

Underline

Gets or sets the type of underline applied to the font.