TableStyleOverrideValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the TableStyleOverrideValues enumeration.
public enum TableStyleOverrideValues
public readonly struct TableStyleOverrideValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues>
type TableStyleOverrideValues =
type TableStyleOverrideValues = struct
interface IEnumValue
interface IEnumValueFactory<TableStyleOverrideValues>
Public Enum TableStyleOverrideValues
Public Structure TableStyleOverrideValues
Implements IEnumValue, IEnumValueFactory(Of TableStyleOverrideValues), IEquatable(Of TableStyleOverrideValues)
- Inheritance
-
TableStyleOverrideValues
- Inheritance
-
TableStyleOverrideValues
Fields
Name | Value | Description |
---|---|---|
WholeTable | 0 | Whole table formatting. When the item is serialized out as xml, its value is "wholeTable". |
FirstRow | 1 | First Row Conditional Formatting. When the item is serialized out as xml, its value is "firstRow". |
LastRow | 2 | Last table row formatting. When the item is serialized out as xml, its value is "lastRow". |
FirstColumn | 3 | First Column Conditional Formatting. When the item is serialized out as xml, its value is "firstCol". |
LastColumn | 4 | Last table column formatting. When the item is serialized out as xml, its value is "lastCol". |
Band1Vertical | 5 | Banded Column Conditional Formatting. When the item is serialized out as xml, its value is "band1Vert". |
Band2Vertical | 6 | Even Column Stripe Conditional Formatting. When the item is serialized out as xml, its value is "band2Vert". |
Band1Horizontal | 7 | Banded Row Conditional Formatting. When the item is serialized out as xml, its value is "band1Horz". |
Band2Horizontal | 8 | Even Row Stripe Conditional Formatting. When the item is serialized out as xml, its value is "band2Horz". |
NorthEastCell | 9 | Top right table cell formatting. When the item is serialized out as xml, its value is "neCell". |
NorthWestCell | 10 | Top left table cell formatting. When the item is serialized out as xml, its value is "nwCell". |
SouthEastCell | 11 | Bottom right table cell formatting. When the item is serialized out as xml, its value is "seCell". |
SouthWestCell | 12 | Bottom left table cell formatting. When the item is serialized out as xml, its value is "swCell". |
Band1Horizontal | Banded Row Conditional Formatting. When the item is serialized out as xml, its value is "band1Horz". |
|
Band1Vertical | Banded Column Conditional Formatting. When the item is serialized out as xml, its value is "band1Vert". |
|
Band2Horizontal | Even Row Stripe Conditional Formatting. When the item is serialized out as xml, its value is "band2Horz". |
|
Band2Vertical | Even Column Stripe Conditional Formatting. When the item is serialized out as xml, its value is "band2Vert". |
|
Equality(TableStyleOverrideValues, TableStyleOverrideValues) | ||
Equals(Object) | ||
Equals(TableStyleOverrideValues) | ||
FirstColumn | First Column Conditional Formatting. When the item is serialized out as xml, its value is "firstCol". |
|
FirstRow | First Row Conditional Formatting. When the item is serialized out as xml, its value is "firstRow". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TableStyleOverrideValues>.Create(String) | ||
Inequality(TableStyleOverrideValues, TableStyleOverrideValues) | ||
LastColumn | Last table column formatting. When the item is serialized out as xml, its value is "lastCol". |
|
LastRow | Last table row formatting. When the item is serialized out as xml, its value is "lastRow". |
|
NorthEastCell | Top right table cell formatting. When the item is serialized out as xml, its value is "neCell". |
|
NorthWestCell | Top left table cell formatting. When the item is serialized out as xml, its value is "nwCell". |
|
SouthEastCell | Bottom right table cell formatting. When the item is serialized out as xml, its value is "seCell". |
|
SouthWestCell | Bottom left table cell formatting. When the item is serialized out as xml, its value is "swCell". |
|
TableStyleOverrideValues(String) | Creates a new TableStyleOverrideValues enum instance |
|
ToString() | ||
WholeTable | Whole table formatting. When the item is serialized out as xml, its value is "wholeTable". |