OrientationOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.merger.domain.options.PageOptions
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IOrientationOptions
public class OrientationOptions extends PageOptions implements IOrientationOptions
Provides options for the page orientation.
| Constructor | 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. |
| Method | Description |
|---|---|
| getMode() | Gets the mode for the page orientation. |
public OrientationOptions(int orientationMode)
Initializes a new instance of the OrientationOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| orientationMode | int | The orientation mode of OrientationMode |
public OrientationOptions(int orientationMode, int[] pageNumbers)
Initializes a new instance of the OrientationOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| orientationMode | int | The orientation mode of OrientationMode |
| pageNumbers | int[] | Page numbers. |
public OrientationOptions(int orientationMode, int startNumber, int endNumber)
Initializes a new instance of the OrientationOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| orientationMode | int | The orientation mode of OrientationMode |
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
public OrientationOptions(int orientationMode, int startNumber, int endNumber, int mode)
Initializes a new instance of the OrientationOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| orientationMode | int | The orientation mode of OrientationMode |
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
| mode | int | The range mode. |
public final int getMode()
Gets the mode for the page orientation.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.