PageOrientation
Overview
PageOrientation is a enum in Aspose.Cells FOSS for Java.
Represents the page orientation for a worksheet.
This enumeration defines 3 values: DEFAULT, PORTRAIT, LANDSCAPE.
Description
PageOrientation 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 PageOrientation help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
DEFAULT | Represents the default page orientation used when none is specified |
PORTRAIT | Represents a vertical page layout where the height exceeds the width |
LANDSCAPE |