Table of Contents

Class TableStyleConditional

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

One conditional-formatting block of a table style (ECMA-376 Part 1 §17.7.6.6 w:tblStylePr).

public sealed class TableStyleConditional : UnknownXmlHost
Inheritance
TableStyleConditional
Inherited Members

Constructors

TableStyleConditional(TableStyleConditionalType)

Initializes a conditional block.

Properties

CellFormat

Gets or sets the cell formatting applied in the region, or null.

CharacterFormat

Gets or sets the run formatting applied in the region, or null.

ParagraphFormat

Gets or sets the paragraph formatting applied in the region, or null.

RowFormat

Gets or sets the row formatting applied in the region, or null.

TableFormat

Gets or sets the table formatting applied in the region, or null.

Type

Gets the region the block targets.

Methods

Clone()

Creates a deep copy, including preserved unknown-XML islands.