Word.ConditionCode enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the area of a table to which to apply special style formatting.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
bottomLeftCell = "BottomLeftCell" | Applies formatting to first cell in the last row of the table. |
bottomRightCell = "BottomRightCell" | Applies formatting to the last cell in the table. |
evenColumnBanding = "EvenColumnBanding" | Applies formatting to even-numbered columns. |
evenRowBanding = "EvenRowBanding" | Applies formatting to even-numbered rows. |
firstColumn = "FirstColumn" | Applies formatting to the first column in a table. |
firstRow = "FirstRow" | Applies formatting to the first row in a table. |
lastColumn = "LastColumn" | Applies formatting to the last column in a table. |
lastRow = "LastRow" | Applies formatting to the last row in a table. |
oddColumnBanding = "OddColumnBanding" | Applies formatting to odd-numbered columns. |
oddRowBanding = "OddRowBanding" | Applies formatting to odd-numbered rows. |
topLeftCell = "TopLeftCell" | Applies formatting to the first cell in the first row. |
topRightCell = "TopRightCell" | Applies formatting to the last cell in the first row. |