Aspose::Cells::Drawing::Texts::TextFontAlignType enum

TextFontAlignType enum

Represents the different types of font alignment.

enum class TextFontAlignType

Values

NameValueDescription
Automatic0
When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter.
Bottom1
The letters are anchored to the very bottom of a single line.
Baseline2
The letters are anchored to the bottom baseline of a single line.
Center3
The letters are anchored between the two baselines of a single line.
Top4
The letters are anchored to the top baseline of a single line.

See Also