public static final class PageOrientation.PageOrientationOption extends Option
Describes the PageOrientation feature options.
| Modifier and Type | Field and Description |
|---|---|
static PageOrientation.PageOrientationOption |
Landscape
Content is rotated on the page 90 degrees CCW relative to standard (portrait) orientation.
|
static PageOrientation.PageOrientationOption |
Portrait
Standard Orientation.
|
static PageOrientation.PageOrientationOption |
ReverseLandscape
Content is rotated on the page 270 degrees CCW relative to standard (portrait) orientation.
|
static PageOrientation.PageOrientationOption |
ReversePortrait
Content is rotated on the page 180 degrees relative to standard (portrait) orientation.
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final PageOrientation.PageOrientationOption Landscape
Content is rotated on the page 90 degrees CCW relative to standard (portrait) orientation.
public static final PageOrientation.PageOrientationOption Portrait
Standard Orientation.
public static final PageOrientation.PageOrientationOption ReverseLandscape
Content is rotated on the page 270 degrees CCW relative to standard (portrait) orientation.
public static final PageOrientation.PageOrientationOption ReversePortrait
Content is rotated on the page 180 degrees relative to standard (portrait) orientation.
Copyright © 2025 Aspose. All Rights Reserved.