VerticalAlignmentRunValues 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.
Vertical Alignment Run Types
public enum VerticalAlignmentRunValuespublic readonly struct VerticalAlignmentRunValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues>type VerticalAlignmentRunValues = type VerticalAlignmentRunValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VerticalAlignmentRunValues>Public Enum VerticalAlignmentRunValuesPublic Structure VerticalAlignmentRunValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentRunValues), IEquatable(Of VerticalAlignmentRunValues)- Inheritance
- 
				VerticalAlignmentRunValues
- Inheritance
- 
				VerticalAlignmentRunValues
Fields
| Name | Value | Description | 
|---|---|---|
| Baseline | 0 | Baseline. When the item is serialized out as xml, its value is "baseline". | 
| Superscript | 1 | Superscript. When the item is serialized out as xml, its value is "superscript". | 
| Subscript | 2 | Subscript. When the item is serialized out as xml, its value is "subscript". | 
| Baseline | Baseline. When the item is serialized out as xml, its value is "baseline". | |
| Equality(VerticalAlignmentRunValues, VerticalAlignmentRunValues) | ||
| Equals(Object) | ||
| Equals(VerticalAlignmentRunValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<VerticalAlignmentRunValues>.Create(String) | ||
| Inequality(VerticalAlignmentRunValues, VerticalAlignmentRunValues) | ||
| Subscript | Subscript. When the item is serialized out as xml, its value is "subscript". | |
| Superscript | Superscript. When the item is serialized out as xml, its value is "superscript". | |
| ToString() | ||
| VerticalAlignmentRunValues(String) | Creates a new VerticalAlignmentRunValues enum instance |