Table of Contents

Enum TableStyleConditionalType

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The conditional-formatting region a w:tblStylePr block targets (ECMA-376 Part 1 §17.18.89 ST_TblStyleOverrideType).

public enum TableStyleConditionalType

Fields

WholeTable = 0

Formatting for the whole table (w:type "wholeTable").

FirstRow = 1

The first row (w:type "firstRow").

LastRow = 2

The last row (w:type "lastRow").

FirstColumn = 3

The first column (w:type "firstCol").

LastColumn = 4

The last column (w:type "lastCol").

Band1Vertical = 5

Odd vertical bands (w:type "band1Vert").

Band2Vertical = 6

Even vertical bands (w:type "band2Vert").

Band1Horizontal = 7

Odd horizontal bands (w:type "band1Horz").

Band2Horizontal = 8

Even horizontal bands (w:type "band2Horz").

NorthEastCell = 9

The top-right cell (w:type "neCell").

NorthWestCell = 10

The top-left cell (w:type "nwCell").

SouthEastCell = 11

The bottom-right cell (w:type "seCell").

SouthWestCell = 12

The bottom-left cell (w:type "swCell").