GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TablePartStyle Class

    Namespace:
    GemBox.Presentation.Tables
    Assembly:
    GemBox.Presentation.dll

    Represents a set of table style conditional formatting properties.

    These properties affect the appearance of all rows, cells, paragraphs and runs within the parent table matching the specified condition, but may be overridden by individual row, cell, paragraph and run level formatting.

    • C#
    • VB.NET
    public sealed class TablePartStyle
    Public NotInheritable Class TablePartStyle
    Inheritance:
    System.Object
    TablePartStyle
    Remarks

    Table style conditional formats are applied to different regions of the table and allow you to define all formatting properties (formatting for a table, rows, cells, paragraphs and runs).

    Properties

    Borders

    Gets the table part border style.

    • C#
    • VB.NET
    public TablePartBorderStyle Borders { get; }
    Public ReadOnly Property Borders As TablePartBorderStyle
    Property Value
    TablePartBorderStyle

    The table part border style.

    Fill

    Gets or sets the table cell shading.

    • C#
    • VB.NET
    public FillFormat Fill { get; set; }
    Public Property Fill As FillFormat
    Property Value
    FillFormat

    The table cell shading.

    PartStyleType

    Gets the part of the table to which this conditional table formatting is applied.

    • C#
    • VB.NET
    public TablePartStyleType PartStyleType { get; }
    Public ReadOnly Property PartStyleType As TablePartStyleType
    Property Value
    TablePartStyleType

    The part of the table to which this conditional table formatting is applied.

    Text

    Gets the table part text style.

    • C#
    • VB.NET
    public TablePartTextStyle Text { get; }
    Public ReadOnly Property Text As TablePartTextStyle
    Property Value
    TablePartTextStyle

    The table part text style.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.