RemoveOptions
Inheritance: java.lang.Object, com.groupdocs.merger.domain.options.PageOptions
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IRemoveOptions
public class RemoveOptions extends PageOptions implements IRemoveOptions
Provides options for the page removing.
Constructors
Constructor | Description |
---|---|
RemoveOptions() | Initializes a new instance of the RemoveOptions class. |
RemoveOptions(int[] pageNumbers) | Initializes a new instance of the RemoveOptions class. |
RemoveOptions(int startNumber, int endNumber) | Initializes a new instance of the RemoveOptions class. |
RemoveOptions(int startNumber, int endNumber, int mode) | Initializes a new instance of the RemoveOptions class. |
RemoveOptions()
public RemoveOptions()
Initializes a new instance of the RemoveOptions class.
RemoveOptions(int[] pageNumbers)
public RemoveOptions(int[] pageNumbers)
Initializes a new instance of the RemoveOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pageNumbers | int[] | Page numbers. |
RemoveOptions(int startNumber, int endNumber)
public RemoveOptions(int startNumber, int endNumber)
Initializes a new instance of the RemoveOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
startNumber | int | The start page number. |
endNumber | int | The end page number. |
RemoveOptions(int startNumber, int endNumber, int mode)
public RemoveOptions(int startNumber, int endNumber, int mode)
Initializes a new instance of the RemoveOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
startNumber | int | The start page number. |
endNumber | int | The end page number. |
mode | int | The range mode. |