VerticalJustificationValues Enumeration
Defines the VerticalJustificationValues enumeration.
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration VerticalJustificationValues
'使用
Dim instance As VerticalJustificationValues
public enum VerticalJustificationValues
Members
Member name | Description | |
---|---|---|
Top | Top. When the item is serialized out as xml, its value is "top". | |
Bottom | Bottom Alignment. When the item is serialized out as xml, its value is "bot". |