Aspose::Cells::Drawing::Texts::TextFontAlignType enum
Contents
[
Hide
]TextFontAlignType enum
Represents the different types of font alignment.
enum class TextFontAlignType
Values
Name | Value | Description |
---|---|---|
Automatic | 0 | When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter. |
Bottom | 1 | The letters are anchored to the very bottom of a single line. |
Baseline | 2 | The letters are anchored to the bottom baseline 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. |
See Also
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++