Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Vertical Alignment Run Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration VerticalAlignmentRunValues
'Usage
Dim instance As VerticalAlignmentRunValues
public enum VerticalAlignmentRunValues
Members
Member name | Description | |
---|---|---|
Baseline | Baseline. When the item is serialized out as xml, its value is "baseline". | |
Superscript | Superscript. When the item is serialized out as xml, its value is "superscript". | |
Subscript | Subscript. When the item is serialized out as xml, its value is "subscript". |