AngleValues 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.
Callout Angles
public enum AngleValuespublic readonly struct AngleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Office.AngleValues>, IEquatable<DocumentFormat.OpenXml.Vml.Office.AngleValues>type AngleValues = type AngleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<AngleValues>Public Enum AngleValuesPublic Structure AngleValues
Implements IEnumValue, IEnumValueFactory(Of AngleValues), IEquatable(Of AngleValues)- Inheritance
- 
				AngleValues
- Inheritance
- 
				AngleValues
Fields
| Name | Value | Description | 
|---|---|---|
| Any | 0 | Any Angle. When the item is serialized out as xml, its value is "any". | 
| Degree30 | 1 | 30 degrees. When the item is serialized out as xml, its value is "30". | 
| Degree45 | 2 | 45 degrees. When the item is serialized out as xml, its value is "45". | 
| Degree60 | 3 | 60 degrees. When the item is serialized out as xml, its value is "60". | 
| Degree90 | 4 | 90 degrees. When the item is serialized out as xml, its value is "90". | 
| Auto | 5 | Automatic Angle. When the item is serialized out as xml, its value is "auto". | 
| AngleValues(String) | Creates a new AngleValues enum instance | |
| Any | Any Angle. When the item is serialized out as xml, its value is "any". | |
| Auto | Automatic Angle. When the item is serialized out as xml, its value is "auto". | |
| Degree30 | 30 degrees. When the item is serialized out as xml, its value is "30". | |
| Degree45 | 45 degrees. When the item is serialized out as xml, its value is "45". | |
| Degree60 | 60 degrees. When the item is serialized out as xml, its value is "60". | |
| Degree90 | 90 degrees. When the item is serialized out as xml, its value is "90". | |
| Equality(AngleValues, AngleValues) | ||
| Equals(AngleValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<AngleValues>.Create(String) | ||
| Inequality(AngleValues, AngleValues) | ||
| ToString() |