Aspose::Words::BaselineAlignment enum
BaselineAlignment enum
Specifies fonts vertical position on a line.
enum class BaselineAlignment
Values
Name | Value | Description |
---|---|---|
Top | 0 | Aligns along the top of each font. |
Center | 1 | Aligns the center points of each font. |
Baseline | 2 | Aligns to the baseline of the paragraph. |
Bottom | 3 | Aligns to the bottom of each font. |
Auto | 4 | Baseline is adjusted automatically. |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++