Search Results for

    Show / Hide Table of Contents

    Class TableStyle

    Represents the style properties of a table.

    Inheritance
    System.Object
    TableStyle
    Implements
    ITableStyle
    IronSoftware.Abstractions.Word.ITableStyle
    IDerivedStyle
    IronSoftware.Abstractions.Word.IDerivedStyle
    IronSoftware.Abstractions.Word.IStyle
    IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
    IronSoftware.Abstractions.IDocumentObjectProperty
    Namespace: IronWord.Models
    Assembly: IronWord.dll
    Syntax
    public class TableStyle : Object, ITableStyle, IDerivedStyle

    When a table needs a default appearance applied across all of its rows and cells, TableStyle collects those settings into one object you assign to the table. It holds the table-wide borders, cell margins, alignment, and width, so a developer sets the look once instead of repeating values per cell. Note that it is the styling object in IronWord.Models, distinct from the TableStyle enumeration in IronWord.Models.Enums.

    The defaults a table applies are set through this object's properties: Borders takes a TableBorders for the frame and grid lines, BottomCellMargin, TopCellMargin, LeftCellMargin, and RightCellMargin set the default padding inside every cell, Justification aligns the table on the page, and Width sets its overall width. Any of these can be overridden by the styling of an individual row or cell, so the table style is the baseline rather than the last word.

    TableStyle also takes part in IronWord's derived-style model: BaseStyle points at a style this one extends, and InheritedStyle exposes the effective settings once inheritance is resolved, which lets several tables share a base style and override only what differs. Build a TableStyle, set its borders, margins, and alignment, and assign it to the Style property of a Table to apply the defaults across the whole grid. Setting the look on the table style rather than on each cell keeps a large grid consistent and easy to retune, since one change to the style flows to every cell that has not overridden it. This baseline-plus-override approach is what lets a reporting layout reuse the same table style while a few highlighted cells still carry their own shading.

    using IronWord.Models;
    
    Table table = new Table(3, 3);
    table.Style = new TableStyle
    {
        Borders = new TableBorders(),
        Width = 9000
    };

    The add a table how-to covers table-wide styling, the add table example saves a styled grid to DOCX, and the document element tutorial shows where table styling fits the document model.

    Constructors

    TableStyle()

    Initializes a new instance of TableStyle.

    Declaration
    public TableStyle()

    Properties

    BaseStyle

    The original base style definition a style is based off of.

    Declaration
    public IBaseStyle BaseStyle { get; }
    Property Value
    Type Description
    IBaseStyle

    Borders

    The borders for the table.

    Declaration
    public TableBorders Borders { get; set; }
    Property Value
    Type Description
    TableBorders

    BottomCellMargin

    Declaration
    public Nullable<uint> BottomCellMargin { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt32>

    InheritedStyle

    Table style this style inherits from.

    Declaration
    public ITableStyle InheritedStyle { get; }
    Property Value
    Type Description
    ITableStyle

    Justification

    Declaration
    public Nullable<JustificationValues> Justification { get; set; }
    Property Value
    Type Description
    System.Nullable<IronSoftware.Abstractions.Word.JustificationValues>

    LeftCellMargin

    Declaration
    public Nullable<uint> LeftCellMargin { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt32>

    RightCellMargin

    Declaration
    public Nullable<uint> RightCellMargin { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt32>

    TopCellMargin

    Declaration
    public Nullable<uint> TopCellMargin { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt32>

    Width

    Declaration
    public Nullable<long> Width { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    Implements

    ITableStyle
    IronSoftware.Abstractions.Word.ITableStyle
    IDerivedStyle
    IronSoftware.Abstractions.Word.IDerivedStyle
    IronSoftware.Abstractions.Word.IStyle
    IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
    IronSoftware.Abstractions.IDocumentObjectProperty
    ☀
    ☾
    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