TextAnchorHorizontalValues 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.
Text Anchor Horizontal
public enum TextAnchorHorizontalValuespublic readonly struct TextAnchorHorizontalValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues>type TextAnchorHorizontalValues = type TextAnchorHorizontalValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TextAnchorHorizontalValues>Public Enum TextAnchorHorizontalValuesPublic Structure TextAnchorHorizontalValues
Implements IEnumValue, IEnumValueFactory(Of TextAnchorHorizontalValues), IEquatable(Of TextAnchorHorizontalValues)- Inheritance
- 
				TextAnchorHorizontalValues
- Inheritance
- 
				TextAnchorHorizontalValues
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | None. When the item is serialized out as xml, its value is "none". | 
| Center | 1 | Center. When the item is serialized out as xml, its value is "ctr". | 
| Center | Center. When the item is serialized out as xml, its value is "ctr". | |
| Equality(TextAnchorHorizontalValues, TextAnchorHorizontalValues) | ||
| Equals(Object) | ||
| Equals(TextAnchorHorizontalValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<TextAnchorHorizontalValues>.Create(String) | ||
| Inequality(TextAnchorHorizontalValues, TextAnchorHorizontalValues) | ||
| None | None. When the item is serialized out as xml, its value is "none". | |
| TextAnchorHorizontalValues(String) | Creates a new TextAnchorHorizontalValues enum instance | |
| ToString() |