TableVerticalAlignmentValues Enum

Definition

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

TableVerticalAlignmentValues(String)

Creates a new TableVerticalAlignmentValues enum instance

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 1

center.

When the item is serialized out as xml, its value is "center".

Center

center.

When the item is serialized out as xml, its value is "center".

Equals(TableVerticalAlignmentValues)
Equals(Object)
GetHashCode()
Equality(TableVerticalAlignmentValues, TableVerticalAlignmentValues)
Inequality(TableVerticalAlignmentValues, TableVerticalAlignmentValues)
Top 0

top.

When the item is serialized out as xml, its value is "top".

Top

top.

When the item is serialized out as xml, its value is "top".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TableVerticalAlignmentValues>.Create(String)

Applies to