TextFontAlignmentValues Enumeration
Font Alignment Types
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration TextFontAlignmentValues
'Применение
Dim instance As TextFontAlignmentValues
public enum TextFontAlignmentValues
Members
Member name | Description | |
---|---|---|
Automatic | Font Alignment Enum ( Automatic ). When the item is serialized out as xml, its value is "auto". | |
Top | Font Alignment Enum ( Top ). When the item is serialized out as xml, its value is "t". | |
Center | Font Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". | |
Baseline | Font Alignment Enum ( Baseline ). When the item is serialized out as xml, its value is "base". | |
Bottom | Font Alignment Enum ( Bottom ). When the item is serialized out as xml, its value is "b". |