Aspose::Pdf::VerticalAlignment enum
VerticalAlignment enum
Enumeration of possible vertical alignment values.
enum class VerticalAlignment
Values
Name | Value | Description |
---|---|---|
None | 0 | No alignment (use specified position). |
Top | 1 | Align to top. |
Center | 2 | Center alignment. |
Bottom | 3 | Align to bottom. |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++