PageOrientation

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.

Values

ValueDescription
DEFAULTRepresents the default page orientation used when none is specified
PORTRAITRepresents a vertical page layout where the height exceeds the width
LANDSCAPE

See Also