Package | Description |
---|---|
com.groupdocs.merger | |
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.
|
Modifier and Type | Method and Description |
---|---|
ILoadOptions |
Merger.getLoadOptions()
Deprecated.
|
Constructor and Description |
---|
Merger(InputStream document,
ILoadOptions loadOptions)
Initializes new instance of
Merger class. |
Merger(InputStream document,
ILoadOptions loadOptions,
MergerSettings settings)
Initializes new instance of
Merger class. |
Merger(String filePath,
ILoadOptions loadOptions)
Initializes new instance of
Merger class. |
Merger(String filePath,
ILoadOptions loadOptions,
MergerSettings settings)
Initializes new instance of
Merger class. |
Modifier and Type | Class and Description |
---|---|
class |
LoadOptions
Provides options for the document loading.
|
Copyright © 2020. All rights reserved.