ExpandValues Enum

Definition

Defines the ExpandValues enumeration.

public enum ExpandValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum ExpandValues
public readonly struct ExpandValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues>, IEquatable<DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues>
type ExpandValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type ExpandValues = 
type ExpandValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ExpandValues>
Public Enum ExpandValues
Public Structure ExpandValues
Implements IEnumValue, IEnumValueFactory(Of ExpandValues), IEquatable(Of ExpandValues)
Inheritance
ExpandValues
Inheritance
ExpandValues
Attributes

Fields

ExpandValues(String)

Creates a new ExpandValues enum instance

Bottom 7

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".

BottomLeft 6

bottomLeft.

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

BottomLeft

bottomLeft.

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

BottomRight 8

bottomRight.

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

BottomRight

bottomRight.

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

Center 4

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(ExpandValues)
Equals(Object)
GetHashCode()
Left 3

left.

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

Left

left.

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

Equality(ExpandValues, ExpandValues)
Inequality(ExpandValues, ExpandValues)
Right 5

right.

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

Right

right.

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

Top 1

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".

TopLeft

topLeft.

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

TopLeft 0

topLeft.

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

TopRight 2

topRight.

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

TopRight

topRight.

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

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

Applies to