Search Results for

    Show / Hide Table of Contents

    Interface IFontFormatting

    High level representation for Font Formatting component of Conditional Formatting Settings.

    Namespace: IronXL.Formatting
    Assembly: IronXL.dll
    Syntax
    public interface IFontFormatting

    Properties

    EscapementType

    Get or set the type of super or subscript for the font

    Declaration
    FontScript EscapementType { get; set; }
    Property Value
    Type Description
    FontScript

    The type of the escapement.

    FontColor

    Gets or sets the color of the font.

    Declaration
    string FontColor { get; set; }
    Property Value
    Type Description
    System.String

    The color of the font.

    FontHeight

    Get or set the height of the font in px.

    Declaration
    int FontHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    The font height in px.

    IsBold

    Gets or sets a value indicating whether this font is bold.

    Declaration
    bool IsBold { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this font is bold; otherwise, false.

    IsItalic

    Gets a value indicating whether this font is italic.

    Declaration
    bool IsItalic { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this font is italic; otherwise, false.

    UnderlineType

    Get or set the type of underlining for the font.

    Declaration
    FontUnderlineType UnderlineType { get; set; }
    Property Value
    Type Description
    FontUnderlineType

    The type of the underline.

    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget