Aspose::Cells::PageLayoutAlignmentType enum
PageLayoutAlignmentType enum
Enumerates page layout alignment types.
enum class PageLayoutAlignmentType
Values
Name | Value | Description |
---|---|---|
Bottom | 0 | Represents bottom page layout alignment. |
Center | 1 | Represents center page layout alignment. |
Left | 2 | Represents left page layout alignment. |
Right | 3 | Represents right page layout alignment. |
Top | 4 | Represents top page layout alignment. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++