VerticalAlignmentValues Enum

Definition

Defines the VerticalAlignmentValues enumeration.

public enum VerticalAlignmentValues
public readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Math.VerticalAlignmentValues>
type VerticalAlignmentValues = 
type VerticalAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VerticalAlignmentValues>
Public Enum VerticalAlignmentValues
Public Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)
Inheritance
VerticalAlignmentValues
Inheritance
VerticalAlignmentValues

Fields

VerticalAlignmentValues(String)

Creates a new VerticalAlignmentValues enum instance

Bot 3

Bottom Alignment.

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

Bot

Bottom Alignment.

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

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 (Function).

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

Center

Center (Function).

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

Equals(VerticalAlignmentValues)
Equals(Object)
GetHashCode()
Equality(VerticalAlignmentValues, VerticalAlignmentValues)
Inequality(VerticalAlignmentValues, VerticalAlignmentValues)
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<VerticalAlignmentValues>.Create(String)

Applies to