Aspose::Cells::Ods::OdsPageBackgroundGraphicPositionType enum
OdsPageBackgroundGraphicPositionType enum
Represents the position.
enum class OdsPageBackgroundGraphicPositionType
Values
| Name | Value | Description |
|---|---|---|
| TopLeft | 0 | Top left. |
| TopCenter | 1 | Top center. |
| TopRight | 2 | Top right. |
| CenterLeft | 3 | Center left. |
| CenterCenter | 4 | Center. |
| CenterRight | 5 | Center right. |
| BottomLeft | 6 | Bottom left. |
| BottomCenter | 7 | Bottom center. |
| BottomRight | 8 | Bottom right. |
See Also
- Namespace Aspose::Cells::Ods
- Library Aspose.Cells for C++