次の方法で共有


VerticalAlignmentValues Enumeration

Defines the VerticalAlignmentValues enumeration.

Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Enumeration VerticalAlignmentValues
'使用
Dim instance As VerticalAlignmentValues
public enum VerticalAlignmentValues

Members

Member name Description
Top Top. When the item is serialized out as xml, its value is "top".
Center Center (Function). When the item is serialized out as xml, its value is "center".
Bottom bottom. When the item is serialized out as xml, its value is "bottom".
Bot Bottom Alignment. When the item is serialized out as xml, its value is "bot".

See Also

Reference

DocumentFormat.OpenXml.Math Namespace