Share via


RectangleAlignmentValues Enum

Definition

Defines the RectangleAlignmentValues enumeration.

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

Fields

RectangleAlignmentValues(String)

Creates a new RectangleAlignmentValues enum instance

Bottom 8

b.

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

Bottom

b.

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

BottomLeft 7

bl.

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

BottomLeft

bl.

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

BottomRight 9

br.

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

BottomRight

br.

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

Center 5

ctr.

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

Center

ctr.

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

Equals(Object)
Equals(RectangleAlignmentValues)
GetHashCode()
Left 4

l.

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

Left

l.

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

None 0

none.

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

None

none.

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

Equality(RectangleAlignmentValues, RectangleAlignmentValues)
Inequality(RectangleAlignmentValues, RectangleAlignmentValues)
Right 6

r.

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

Right

r.

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

Top 2

t.

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

Top

t.

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

TopLeft

tl.

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

TopLeft 1

tl.

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

TopRight 3

tr.

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

TopRight

tr.

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

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

Applies to