- changeOrientation(IOrientationOptions) - Method in class com.groupdocs.merger.Merger
-
Applies a new orientation mode for the specified pages.
- closePageStream(int, OutputStream) - Method in interface com.groupdocs.merger.domain.common.PageStreamFactory
-
Method to release output page preview stream
- closeSplitStream(int, OutputStream) - Method in interface com.groupdocs.merger.domain.common.SplitStreamFactory
-
Method to release output page preview stream
- com.groupdocs.merger - package com.groupdocs.merger
-
- com.groupdocs.merger.domain - package com.groupdocs.merger.domain
-
The com.groupdocs.merger.domain namespace provides classes for working with document structure.
- com.groupdocs.merger.domain.common - package com.groupdocs.merger.domain.common
-
The com.groupdocs.merger.domain.common namespace provides common delegates.
- com.groupdocs.merger.domain.options - package 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 - package com.groupdocs.merger.domain.options.interfaces
-
The com.groupdocs.merger.domain.options.interfaces namespace provides classes for working with Interfaces.
- com.groupdocs.merger.domain.result - package com.groupdocs.merger.domain.result
-
The com.groupdocs.merger.domain.result namespace provides classes which represent document results.
- com.groupdocs.merger.exceptions - package com.groupdocs.merger.exceptions
-
The com.groupdocs.merger.exceptions namespace provides classes for exceptions which can occur while working with a document.
- com.groupdocs.merger.licensing - package com.groupdocs.merger.licensing
-
The com.groupdocs.merger.licensing namespace provides methods to license the component.
- com.groupdocs.merger.licensing.metered - package com.groupdocs.merger.licensing.metered
-
The com.groupdocs.merger.licensing.metered namespace provides methods to set metered key.
- createPageStream(int) - Method in interface com.groupdocs.merger.domain.common.PageStreamFactory
-
Method to create output page preview stream.
- createSplitStream(int) - Method in interface com.groupdocs.merger.domain.common.SplitStreamFactory
-
Method to create output page preview stream.
- CSV - Static variable in class com.groupdocs.merger.domain.FileType
-
Comma Separated Values File (.csv)
- generatePreview(IPreviewOptions) - Method in class com.groupdocs.merger.Merger
-
Generates document pages preview.
- getConsumptionCredit() - Static method in class com.groupdocs.merger.licensing.metered.Metered
-
Retrieves amount of used credits
- getConsumptionQuantity() - Static method in class com.groupdocs.merger.licensing.metered.Metered
-
Retrieves amount of MBs processed.
- getDocumentInfo() - Method in class com.groupdocs.merger.Merger
-
Gets information about document pages: their sizes, maximum page height, the width of a page with the maximum height.
- getEncoding() - Method in interface com.groupdocs.merger.domain.options.interfaces.ILoadOptions
-
- getEncoding() - Method in class com.groupdocs.merger.domain.options.LoadOptions
-
- getException(Exception) - Static method in exception com.groupdocs.merger.exceptions.GroupDocsMergerException
-
Get the GroupDocs Merger exception from input exception.
- getExtension() - Method in class com.groupdocs.merger.domain.FileType
-
Filename suffix (including the period ".") e.g.
- getFileFormat() - Method in class com.groupdocs.merger.domain.FileType
-
File type name e.g.
- getFirstPageNumber() - Method in interface com.groupdocs.merger.domain.options.interfaces.ISwapOptions
-
First page number to exchange.
- getFirstPageNumber() - Method in class com.groupdocs.merger.domain.options.SwapOptions
-
First page number to exchange.
- getHeight() - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
-
Preview height.
- getHeight() - Method in class com.groupdocs.merger.domain.options.PreviewOptions
-
Preview height.
- getHeight() - Method in interface com.groupdocs.merger.domain.result.IPageInfo
-
Gets page height in pixels when converted to image.
- getHeight() - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Gets page height in pixels when converted to image.
- getLineNumbers() - Method in interface com.groupdocs.merger.domain.options.interfaces.ITextSplitOptions
-
Line numbers for text splitting.
- getLineNumbers() - Method in class com.groupdocs.merger.domain.options.TextSplitOptions
-
Line numbers for text splitting.
- getLogger() - Method in class com.groupdocs.merger.MergerSettings
-
The logger implementation used for tracking document processing workflow.
- getMode() - Method in interface com.groupdocs.merger.domain.options.interfaces.IOrientationOptions
-
Gets the mode for the page orientation.
- getMode() - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
-
Gets the mode for preview.
- getMode() - Method in interface com.groupdocs.merger.domain.options.interfaces.IRotateOptions
-
Gets the mode for rotating (90, 180 or 270 degrees).
- getMode() - Method in interface com.groupdocs.merger.domain.options.interfaces.ISplitOptions
-
Gets the mode for page splitting.
- getMode() - Method in interface com.groupdocs.merger.domain.options.interfaces.ITextSplitOptions
-
Mode for text splitting.
- getMode() - Method in class com.groupdocs.merger.domain.options.OrientationOptions
-
Gets the mode for the page orientation.
- getMode() - Method in class com.groupdocs.merger.domain.options.PreviewOptions
-
Mode for preview.
- getMode() - Method in class com.groupdocs.merger.domain.options.RotateOptions
-
Gets the mode for rotating (90, 180 or 270 degrees).
- getMode() - Method in class com.groupdocs.merger.domain.options.TextSplitOptions
-
Mode for text splitting.
- getNewPageNumber() - Method in interface com.groupdocs.merger.domain.options.interfaces.IMoveOptions
-
Gets or sets the new page number.
- getNewPageNumber() - Method in class com.groupdocs.merger.domain.options.MoveOptions
-
Gets or sets the new page number.
- getNewPassword() - Method in interface com.groupdocs.merger.domain.options.interfaces.IUpdatePasswordOptions
-
The new password for document protection.
- getNewPassword() - Method in class com.groupdocs.merger.domain.options.UpdatePasswordOptions
-
A new password for the document protection.
- getNumber() - Method in interface com.groupdocs.merger.domain.result.IPageInfo
-
Gets the page number.
- getNumber() - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Gets the page number.
- getPageCount() - Method in class com.groupdocs.merger.domain.result.DocumentInfo
-
The document pages count.
- getPageCount() - Method in interface com.groupdocs.merger.domain.result.IDocumentInfo
-
The document pages count.
- getPageNumberToMove() - Method in interface com.groupdocs.merger.domain.options.interfaces.IMoveOptions
-
Gets or sets the page number to move.
- getPageNumberToMove() - Method in class com.groupdocs.merger.domain.options.MoveOptions
-
Gets or sets the page number to move.
- getPages() - Method in interface com.groupdocs.merger.domain.options.interfaces.IPageOptions
-
Page numbers for the page options.
- getPages() - Method in interface com.groupdocs.merger.domain.options.interfaces.IPager
-
List of page number on which operation will be applied.
- getPages() - Method in class com.groupdocs.merger.domain.options.PageOptions
-
- getPages() - Method in class com.groupdocs.merger.domain.result.DocumentInfo
-
Defines document pages collection.
- getPages() - Method in interface com.groupdocs.merger.domain.result.IDocumentInfo
-
Defines document pages collection.
- getPageStreamFactory() - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
-
Delegate that defines method to create output page preview stream.
- getPageStreamFactory() - Method in class com.groupdocs.merger.domain.options.PreviewOptions
-
PageStreamFactory for create or release output page preview stream.
- getPassword() - Method in class com.groupdocs.merger.domain.options.AddPasswordOptions
-
The password for document protection.
- getPassword() - Method in interface com.groupdocs.merger.domain.options.interfaces.IAddPasswordOptions
-
The password for document protection.
- getPassword() - Method in interface com.groupdocs.merger.domain.options.interfaces.ILoadOptions
-
The password for opening password-protected file.
- getPassword() - Method in class com.groupdocs.merger.domain.options.LoadOptions
-
The password for opening password-protected file.
- getPathByIndex(int, String) - Method in interface com.groupdocs.merger.domain.options.interfaces.ISplitOptions
-
Gets the full file path of splitted document by index with defined extension.
- getPathByIndex(int, String) - Method in interface com.groupdocs.merger.domain.options.interfaces.ITextSplitOptions
-
Gets the full file path of splitted document by index with defined extension.
- getPathByIndex(int, String) - Method in class com.groupdocs.merger.domain.options.TextSplitOptions
-
Gets the full file path of splitted document by index with defined extension.
- getPathByPageNumber(int, String) - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
-
Gets the full file path of previewed document by page number with defined extension.
- getPathByPageNumber(int, String) - Method in class com.groupdocs.merger.domain.options.PreviewOptions
-
Gets the full file path of previewed document by page number with defined extension.
- getSecondPageNumber() - Method in interface com.groupdocs.merger.domain.options.interfaces.ISwapOptions
-
Second page number to exchange.
- getSecondPageNumber() - Method in class com.groupdocs.merger.domain.options.SwapOptions
-
Second page number to exchange.
- getSize() - Method in class com.groupdocs.merger.domain.result.DocumentInfo
-
Document size in bytes
- getSize() - Method in interface com.groupdocs.merger.domain.result.IDocumentInfo
-
Document size in bytes.
- getSplitStreamFactory() - Method in interface com.groupdocs.merger.domain.options.interfaces.ISplitOptions
-
Delegate that defines method to create output split stream.
- getSplitStreamFactory() - Method in interface com.groupdocs.merger.domain.options.interfaces.ITextSplitOptions
-
Delegate that defines method to create output split stream.
- getSplitStreamFactory() - Method in class com.groupdocs.merger.domain.options.TextSplitOptions
-
SplitStreamFactory for create or release output page preview stream.
- getSupportedFileTypes() - Static method in class com.groupdocs.merger.domain.FileType
-
Retrieves supported file types
- getType() - Method in interface com.groupdocs.merger.domain.options.interfaces.ILoadOptions
-
The type of the file to open.
- getType() - Method in interface com.groupdocs.merger.domain.options.interfaces.ISaveOptions
-
File type.
- getType() - Method in class com.groupdocs.merger.domain.options.LoadOptions
-
The type of the file to open.
- getType() - Method in class com.groupdocs.merger.domain.options.SaveOptions
-
File type.
- getType() - Method in class com.groupdocs.merger.domain.result.DocumentInfo
-
Gets the file type.
- getType() - Method in interface com.groupdocs.merger.domain.result.IDocumentInfo
-
Gets the file type.
- getVisible() - Method in interface com.groupdocs.merger.domain.result.IPageInfo
-
Indicates whether page is visibile or not.
- getVisible() - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Indicates whether page is visibile or not.
- getWidth() - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
-
Preview width.
- getWidth() - Method in class com.groupdocs.merger.domain.options.PreviewOptions
-
Preview width.
- getWidth() - Method in interface com.groupdocs.merger.domain.result.IPageInfo
-
Gets page width in pixels when converted to image.
- getWidth() - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Gets page width in pixels when converted to image.
- GroupDocsMergerException - Exception in com.groupdocs.merger.exceptions
-
Represents errors that occur during document processing.
- GroupDocsMergerException(String) - Constructor for exception com.groupdocs.merger.exceptions.GroupDocsMergerException
-
- GroupDocsMergerException(String, RuntimeException) - Constructor for exception com.groupdocs.merger.exceptions.GroupDocsMergerException
-
- IAddPasswordOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the password adding options.
- IDocumentInfo - Interface in com.groupdocs.merger.domain.result
-
Interface for the document description properties.
- IExtractOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for options to extract the document pages.
- IJoinOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the document joining options.
- ILoadOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the document loading options.
- IMoveOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the moving page options.
- IncorrectPasswordException - Exception in com.groupdocs.merger.exceptions
-
The exception that is thrown when specified password is incorrect.
- IncorrectPasswordException(String) - Constructor for exception com.groupdocs.merger.exceptions.IncorrectPasswordException
-
- Interval - Static variable in class com.groupdocs.merger.domain.options.TextSplitMode
-
Split Intervals
- IOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the base options.
- IOrientationOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the page orientation options.
- IPageInfo - Interface in com.groupdocs.merger.domain.result
-
Interface for the page description properties.
- IPageOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the page options
- IPager - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for apply option (pages, range and etc.)
- IPreviewOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the preview options.
- IRemoveOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the page removing options.
- IRotateOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the page rotating options.
- ISaveOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the document saving options.
- isPasswordSet() - Method in class com.groupdocs.merger.Merger
-
Checks whether document is password protected.
- ISplitOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the splitting options.
- ISwapOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the page swapping options.
- ITextSplitOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the text splitting options.
- IUpdatePasswordOptions - Interface in com.groupdocs.merger.domain.options.interfaces
-
Interface for the password updating options.
- save(OutputStream) - Method in class com.groupdocs.merger.Merger
-
Saves the result document to the stream document
.
- save(String) - Method in class com.groupdocs.merger.Merger
-
Saves the result document file to filePath
.
- save(String, boolean) - Method in class com.groupdocs.merger.Merger
-
Saves the result document file to filePath
.
- SaveOptions - Class in com.groupdocs.merger.domain.options
-
Provides options for the document saving.
- SaveOptions(FileType) - Constructor for class com.groupdocs.merger.domain.options.SaveOptions
-
- setEncoding(Charset) - Method in class com.groupdocs.merger.domain.options.LoadOptions
-
- setExtension(String) - Method in class com.groupdocs.merger.domain.FileType
-
Filename suffix (including the period ".") e.g.
- setFileFormat(String) - Method in class com.groupdocs.merger.domain.FileType
-
File type name e.g.
- setHeight(int) - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
-
Preview height.
- setHeight(int) - Method in class com.groupdocs.merger.domain.options.PreviewOptions
-
Preview height.
- setHeight(int) - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Gets page height in pixels when converted to image.
- setLicense(InputStream) - Method in class com.groupdocs.merger.licensing.License
-
Licenses the component.
- setLicense(String) - Method in class com.groupdocs.merger.licensing.License
-
Licenses the component.
- setLogger(ILogger) - Method in class com.groupdocs.merger.MergerSettings
-
The logger implementation used for tracking document processing workflow.
- setMeteredKey(String, String) - Method in class com.groupdocs.merger.licensing.metered.Metered
-
Activates product with Metered keys.
- setNumber(int) - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Gets the page number.
- setPages(IPageInfo[]) - Method in class com.groupdocs.merger.domain.result.DocumentInfo
-
Defines document pages collection.
- setPassword(String) - Method in class com.groupdocs.merger.domain.options.AddPasswordOptions
-
The password for document protection.
- setPassword(String) - Method in class com.groupdocs.merger.domain.options.LoadOptions
-
The password for opening password-protected file.
- setType(FileType) - Method in class com.groupdocs.merger.domain.options.LoadOptions
-
The type of the file to open.
- setType(FileType) - Method in class com.groupdocs.merger.domain.result.DocumentInfo
-
Gets the file type.
- setVisible(boolean) - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Indicates whether page is visibile or not.
- setWidth(int) - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
-
Preview width.
- setWidth(int) - Method in class com.groupdocs.merger.domain.options.PreviewOptions
-
Preview width.
- setWidth(int) - Method in class com.groupdocs.merger.domain.result.PageInfo
-
Gets page width in pixels when converted to image.
- split(ISplitOptions) - Method in class com.groupdocs.merger.Merger
-
Splits the single document to the multiple documents.
- split(ITextSplitOptions) - Method in class com.groupdocs.merger.Merger
-
Splits the single document to the multiple documents.
- SplitStreamFactory - Interface in com.groupdocs.merger.domain.common
-
Interface that defines method to create output split stream.
- SwapOptions - Class in com.groupdocs.merger.domain.options
-
Provides options for swapping document pages.
- SwapOptions(int, int) - Constructor for class com.groupdocs.merger.domain.options.SwapOptions
-
- swapPages(ISwapOptions) - Method in class com.groupdocs.merger.Merger
-
Swaps two pages within document of known format.