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

    Changing the font of cells that match a conditional rule in C# runs through IFontFormatting. It defines how text looks when a conditional formatting rule fires, bold, color, size, and decoration, so a rule can make flagged values jump out by their type and not only by their background. It is the font side of conditional formatting, separate from the always-on font of IStyle.

    A developer obtains it from ConditionalFormattingRule.FontFormatting, a get-only property on a rule built through a worksheet's conditional formatting surface. The settings here apply only when the rule's condition is met, so they are configured on the rule before it is added to a region.

    IsBold and IsItalic set the weight and slant, FontColor takes an RGB string, and FontHeight sets the point size as an integer. UnderlineType takes a FontUnderlineType for the underline style, and EscapementType takes a FontScript for superscript or subscript. Set only the members a rule needs; the rest leave the matched cell's existing font unchanged.

    using IronXL;
    using IronXL.Formatting;
    
    WorkSheet sheet = WorkBook.Load("report.xlsx").DefaultWorkSheet;
    ConditionalFormattingRule rule = sheet.ConditionalFormatting
        .CreateConditionalFormattingRule(ComparisonOperator.LessThan, "0");
    rule.FontFormatting.IsBold = true;
    rule.FontFormatting.FontColor = "#C00000";

    The conditional formatting how-to walks through building rules, and the conditional formatting example shows a worked rule.

    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.

    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronXL_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronXL