RectangleAlignmentValues 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 RectangleAlignmentValues enumeration.
public enum RectangleAlignmentValues[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum RectangleAlignmentValuespublic 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 RectangleAlignmentValuesPublic Structure RectangleAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of RectangleAlignmentValues), IEquatable(Of RectangleAlignmentValues)- Inheritance
- 
				RectangleAlignmentValues
- Inheritance
- 
				RectangleAlignmentValues
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | none. When the item is serialized out as xml, its value is "none". | 
| TopLeft | 1 | tl. When the item is serialized out as xml, its value is "tl". | 
| Top | 2 | t. When the item is serialized out as xml, its value is "t". | 
| TopRight | 3 | tr. When the item is serialized out as xml, its value is "tr". | 
| Left | 4 | l. When the item is serialized out as xml, its value is "l". | 
| Center | 5 | ctr. When the item is serialized out as xml, its value is "ctr". | 
| Right | 6 | r. When the item is serialized out as xml, its value is "r". | 
| BottomLeft | 7 | bl. When the item is serialized out as xml, its value is "bl". | 
| Bottom | 8 | b. When the item is serialized out as xml, its value is "b". | 
| BottomRight | 9 | br. When the item is serialized out as xml, its value is "br". | 
| Bottom | b. When the item is serialized out as xml, its value is "b". | |
| BottomLeft | bl. When the item is serialized out as xml, its value is "bl". | |
| BottomRight | br. When the item is serialized out as xml, its value is "br". | |
| Center | ctr. When the item is serialized out as xml, its value is "ctr". | |
| Equality(RectangleAlignmentValues, RectangleAlignmentValues) | ||
| Equals(Object) | ||
| Equals(RectangleAlignmentValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<RectangleAlignmentValues>.Create(String) | ||
| Inequality(RectangleAlignmentValues, RectangleAlignmentValues) | ||
| Left | l. When the item is serialized out as xml, its value is "l". | |
| None | none. When the item is serialized out as xml, its value is "none". | |
| RectangleAlignmentValues(String) | Creates a new RectangleAlignmentValues enum instance | |
| Right | r. When the item is serialized out as xml, its value is "r". | |
| 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". | |
| TopRight | tr. When the item is serialized out as xml, its value is "tr". | |
| ToString() |