TextFontAlignmentValues-Enumeration
Font Alignment Types
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TextFontAlignmentValues
'Usage
Dim instance As TextFontAlignmentValues
public enum TextFontAlignmentValues
Member
Membername | Beschreibung | |
---|---|---|
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". |