Search Results for

    Show / Hide Table of Contents

    Class TextEffect

    Represents the text effects applied to an object or text, such as shadow, outline, glow, reflection, 3D effect, or gradient.

    Inheritance
    System.Object
    TextEffect
    Namespace: IronWord.Models
    Assembly: IronWord.dll
    Syntax
    public class TextEffect : Object

    TextEffect gathers the visual effects you can layer onto text, so glow, gradient fill, shadow, reflection, a 3-D bevel, and an outline all hang off one object instead of being scattered across the styling API. You build it up by assigning the individual effects you want, then attach the whole bundle to a run's style.

    A TextEffect reaches text through TextStyle, which exposes a TextEffect property. Assign your configured effect there and every run carrying that style picks up the look. Because the effects live together on a single object, you can prepare one decorative treatment once and reuse it across headings or callouts without rebuilding each effect inline.

    Each property maps to a dedicated effect type. GlowEffect takes a Glow, GradientEffect takes a Gradient, Effect3D takes an Effect3D, and TextOutlineEffect takes a TextOutlineEffect, while ShadowEffect and ReflectionEffect cover drop shadows and mirrored reflections beneath the text. Set only the effects a design calls for and leave the rest unassigned, since an unset property simply contributes nothing to the rendered look. The properties combine rather than replace one another, so a single heading can carry a gradient fill, a soft glow, and an outline at the same time without any of them canceling the others. Build each sub-effect first, configure its own settings, assign it to the matching property on the TextEffect, and then hand the whole bundle to a TextStyle so the run renders with the full treatment when the document is saved.

    using IronWord.Models;
    
    var effect = new TextEffect();
    effect.GlowEffect = new Glow();
    effect.TextOutlineEffect = TextOutlineEffect.DefaultEffect;

    The glow effect how-to adds a glow, the gradient effect how-to fills text with a gradient, and the text outline how-to outlines characters.

    Constructors

    TextEffect()

    Declaration
    public TextEffect()

    Properties

    Effect3D

    Gets or sets the 3D effect applied to the text.

    Declaration
    public Effect3D Effect3D { get; set; }
    Property Value
    Type Description
    Effect3D

    GlowEffect

    Gets or sets the glow effect applied to the text.

    Declaration
    public Glow GlowEffect { get; set; }
    Property Value
    Type Description
    Glow

    GradientEffect

    Gets or sets the gradient effect applied to the text.

    Declaration
    public Gradient GradientEffect { get; set; }
    Property Value
    Type Description
    Gradient

    ReflectionEffect

    Gets or sets the reflection effect applied to the text.

    Declaration
    public Reflection ReflectionEffect { get; set; }
    Property Value
    Type Description
    Reflection

    ShadowEffect

    Gets or sets the shadow effect applied to the text.

    Declaration
    public Shadow ShadowEffect { get; set; }
    Property Value
    Type Description
    Shadow

    TextOutlineEffect

    Gets or sets the text outline effect applied to the text.

    Declaration
    public TextOutlineEffect TextOutlineEffect { get; set; }
    Property Value
    Type Description
    TextOutlineEffect
    ☀
    ☾
    Downloads
    • Download with NuGet
    • Start for Free
    In This Article
    Back to top
    Install with NuGet
    IronWord_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 IronWord