Click or drag to resize

TableStyleFormat Class

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.

Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentFormat
    SautinSoft.Document.TablesTableStyleFormat

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public sealed class TableStyleFormat : Format

The TableStyleFormat type exposes the following members.

Constructors
 NameDescription
Public methodTableStyleFormat Initializes a new instance of the TableStyleFormat class.
Top
Properties
 NameDescription
Public propertyCellFormat Gets or sets the table cell format.
Public propertyCharacterFormat Gets or sets the character format.
Public propertyFormatType Gets the table style conditional format type.
Public propertyParagraphFormat Gets or sets the paragraph format.
Public propertyRowFormat Gets or sets the table row format.
Public propertyTableFormat Gets or sets the table format.
Top
Methods
 NameDescription
Public methodClearFormatting Clears the formatting.
(Overrides FormatClearFormatting)
Public methodEquals Determines whether the specified object is equal to this TableStyleFormat instance.
(Overrides ObjectEquals(Object))
Top
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).
See Also