TableVerticalAlignmentValues 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 TableVerticalAlignmentValues enumeration.
public enum TableVerticalAlignmentValues
public readonly struct TableVerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues>
type TableVerticalAlignmentValues =
type TableVerticalAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<TableVerticalAlignmentValues>
Public Enum TableVerticalAlignmentValues
Public Structure TableVerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of TableVerticalAlignmentValues), IEquatable(Of TableVerticalAlignmentValues)
- Inheritance
-
TableVerticalAlignmentValues
- Inheritance
-
TableVerticalAlignmentValues
Fields
Name | Value | Description |
---|---|---|
Top | 0 | top. When the item is serialized out as xml, its value is "top". |
Center | 1 | center. When the item is serialized out as xml, its value is "center". |
Bottom | 2 | bottom. When the item is serialized out as xml, its value is "bottom". |
Bottom | bottom. When the item is serialized out as xml, its value is "bottom". |
|
Center | center. When the item is serialized out as xml, its value is "center". |
|
Equality(TableVerticalAlignmentValues, TableVerticalAlignmentValues) | ||
Equals(Object) | ||
Equals(TableVerticalAlignmentValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TableVerticalAlignmentValues>.Create(String) | ||
Inequality(TableVerticalAlignmentValues, TableVerticalAlignmentValues) | ||
TableVerticalAlignmentValues(String) | Creates a new TableVerticalAlignmentValues enum instance |
|
Top | top. When the item is serialized out as xml, its value is "top". |
|
ToString() |