Enum TextFontAlignType
Enum TextFontAlignType
Namespace: Aspose.Cells.Drawing.Texts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the different types of font alignment.
public enum TextFontAlignType
Fields
Automatic = 0
When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter.
Baseline = 2
The letters are anchored to the bottom baseline of a single line.
Bottom = 1
The letters are anchored to the very bottom of a single line.
Center = 3
The letters are anchored between the two baselines of a single line.
Top = 4
The letters are anchored to the top baseline of a single line.