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 |
AddPasswordOptions
Provides options for adding document password.
|
class |
ExtractOptions
Provides options to extract the document pages.
|
class |
ImportDocumentOptions
Provides options for the embedded document import.
|
class |
JoinOptions
Provides options for the document joining.
|
class |
LoadOptions
Provides options for the document loading.
|
class |
MoveOptions
Provides options for moving document page.
|
class |
OleDiagramOptions
Provides options for import of the embedded document to Diagram via OLE.
|
class |
OlePresentationOptions
Provides options for import of the embedded document to Presentation via OLE.
|
class |
OleSpreadsheetOptions
Provides options for import of the embedded document to Spreadsheet via OLE.
|
class |
OleWordProcessingOptions
Provides options for import of the embedded document to Word processing via OLE.
|
class |
OrientationOptions
Provides options for the page orientation.
|
class |
PageOptions
Provides options for specifying page or pages range.
|
class |
PdfAttachmentOptions
Provides options to attach the embedded object to Pdf.
|
class |
PreviewOptions
Represents document preview options.
|
class |
RemoveOptions
Provides options for the page removing.
|
class |
RotateOptions
Provides options for the page rotation.
|
class |
SaveOptions
Provides options for the document saving.
|
class |
SplitOptions
Provides options for the document page splitting.
|
class |
SwapOptions
Provides options for swapping document pages.
|
class |
TextSplitOptions
Provides options for the document text splitting.
|
class |
UpdatePasswordOptions
Provides options for updating document password.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAddPasswordOptions
Interface for the password adding options.
|
interface |
IExtractOptions
Interface for options to extract the document pages.
|
interface |
IImportDocumentOptions
Interface for import of the embedded document.
|
interface |
IJoinOptions
Interface for the document joining options.
|
interface |
ILoadOptions
Interface for the document loading options.
|
interface |
IMoveOptions
Interface for the moving page options.
|
interface |
IOlePresentationOptions
Interface for import options of the embedded document to Presentation via OLE.
|
interface |
IOleSpreadsheetOptions
Interface for import options of the embedded document to Spreadsheet via OLE.
|
interface |
IOleWordProcessingOptions
Interface for import options of the embedded document to Word processing via OLE.
|
interface |
IOrientationOptions
Interface for the page orientation options.
|
interface |
IPageOptions
Interface for the page options
|
interface |
IPdfAttachmentOptions
Interface for options of the embedded document to PDF as attachment.
|
interface |
IPreviewOptions
Interface for the preview options.
|
interface |
IRemoveOptions
Interface for the page removing options.
|
interface |
IRotateOptions
Interface for the page rotating options.
|
interface |
ISaveOptions
Interface for the document saving options.
|
interface |
ISplitOptions
Interface for the splitting options.
|
interface |
ISwapOptions
Interface for the page swapping options.
|
interface |
ITextSplitOptions
Interface for the text splitting options.
|
interface |
IUpdatePasswordOptions
Interface for the password updating options.
|