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.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static PageOrientation.PageOrientationOption Landscape
Content is rotated on the page 90 degrees CCW relative to standard (portrait) orientation.
public static PageOrientation.PageOrientationOption Portrait
Standard Orientation.
public static PageOrientation.PageOrientationOption ReverseLandscape
Content is rotated on the page 270 degrees CCW relative to standard (portrait) orientation.
public static PageOrientation.PageOrientationOption ReversePortrait
Content is rotated on the page 180 degrees relative to standard (portrait) orientation.
Copyright © 2022 Aspose. All Rights Reserved.