public class OrientationOptions extends PageOptions implements IOrientationOptions
Provides options for the page orientation.
| Constructor and Description |
|---|
OrientationOptions(int orientationMode)
Initializes a new instance of the
OrientationOptions class. |
OrientationOptions(int orientationMode,
int[] pageNumbers)
Initializes a new instance of the
OrientationOptions class. |
OrientationOptions(int orientationMode,
int startNumber,
int endNumber)
Initializes a new instance of the
OrientationOptions class. |
OrientationOptions(int orientationMode,
int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
OrientationOptions class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getMode()
Gets the mode for the page orientation.
|
pagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPagespublic OrientationOptions(int orientationMode)
Initializes a new instance of the OrientationOptions class.
orientationMode - The orientation mode of OrientationModepublic OrientationOptions(int orientationMode,
int[] pageNumbers)
Initializes a new instance of the OrientationOptions class.
orientationMode - The orientation mode of OrientationModepageNumbers - Page numbers.public OrientationOptions(int orientationMode,
int startNumber,
int endNumber)
throws Exception
Initializes a new instance of the OrientationOptions class.
orientationMode - The orientation mode of OrientationModestartNumber - The start page number.endNumber - The end page number.Exceptionpublic OrientationOptions(int orientationMode,
int startNumber,
int endNumber,
int mode)
throws Exception
Initializes a new instance of the OrientationOptions class.
orientationMode - The orientation mode of OrientationModestartNumber - The start page number.endNumber - The end page number.mode - The range mode.Exceptionpublic final int getMode()
Gets the mode for the page orientation.
getMode in interface IOrientationOptionsCopyright © 2024. All rights reserved.