PageOrientationType
Overview
PageOrientationType is a enum in Aspose.Cells FOSS for Java.
Represents the page orientation type for a worksheet.
This enumeration defines 3 values: DEFAULT, PORTRAIT, LANDSCAPE.
Description
PageOrientationType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like PageOrientationType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
DEFAULT | |
PORTRAIT | Represents portrait page orientation (vertical layout) |
LANDSCAPE | Represents landscape page orientation (horizontal layout) |