Package | Description |
---|---|
com.groupdocs.merger.domain.options |
The com.groupdocs.merger.domain.options namespace provides classes to specify additional options when loading, joining, splitting, previewing and saving documents.
|
com.groupdocs.merger.domain.options.interfaces |
The com.groupdocs.merger.domain.options.interfaces namespace provides classes for working with Interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtractOptions
Provides options to extract the document pages.
|
class |
JoinOptions
Provides options for the document joining.
|
class |
OrientationOptions
Provides options for the page orientation.
|
class |
PageOptions
Provides options for specifying page or pages range.
|
class |
PreviewOptions
Represents document preview options.
|
class |
RemoveOptions
Provides options for the page removing.
|
class |
RotateOptions
Provides options for the page rotation.
|
class |
SplitOptions
Provides options for the document page splitting.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IExtractOptions
Interface for options to extract the document pages.
|
interface |
IJoinOptions
Interface for the document joining options.
|
interface |
IOrientationOptions
Interface for the page orientation options.
|
interface |
IPreviewOptions
Interface for the preview options.
|
interface |
IRemoveOptions
Interface for the page removing options.
|
interface |
IRotateOptions
Interface for the page rotating options.
|
interface |
ISplitOptions
Interface for the splitting options.
|