Package | Description |
---|---|
com.groupdocs.merger |
The com.groupdocs.merger namespace provides classes which allow you to merge documents and manipulate document structure (split single document to multiple documents, reorder or replace document pages, change page orientation, manage document password and perform other manipulations) across wide range of supported document types - PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, VSDX/VSD, ODT, ODS, ODP, HTML, EPUB and many others..
|
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 | Method and Description |
---|---|
void |
Merger.importDocument(IImportDocumentOptions importDocumentOptions)
Imports the document as attachment or embedded via Ole.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportDocumentOptions
Provides options for the embedded document import.
|
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 |
PdfAttachmentOptions
Provides options to attach the embedded object to Pdf.
|
Modifier and Type | Interface and Description |
---|---|
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 |
IPdfAttachmentOptions
Interface for options of the embedded document to PDF as attachment.
|
Copyright © 2020. All rights reserved.