[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IFontFormat

IFontFormat Interface

Represents font attributes (for example, font name, font size, and color) for an object.

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

Properties

Name Description
Bold

Gets or sets the boolean property that indicates whether the represented text is bold.

Color

Gets the color format .

Italic

Gets or sets the boolean property that indicates whether the represented text is italicized.

Name

Gets or sets the font name to use for the represented text.

Size

Gets or sets the size of the font in points.

Strikethrough

Gets or sets the boolean property that indicates whether the represented text has a strike through it.

Subscript

Gets or sets the boolean property that indicates whether the represented text is a subscript.

Superscript

Gets or sets the boolean property that indicates whether the represented text is a superscript.

ThemeFont

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

Underline

Gets or sets the UnderlineStyle of the represented text.