A B C D E F G H I J L M O P R S T U V X 

A

addPassword(IAddPasswordOptions) - Method in class com.groupdocs.merger.Merger
Protects document with password.
AddPasswordOptions - Class in com.groupdocs.merger.domain.options
Provides options for adding document password.
AddPasswordOptions(String) - Constructor for class com.groupdocs.merger.domain.options.AddPasswordOptions
Initializes a new instance of the AddPasswordOptions class.
AllPages - Static variable in class com.groupdocs.merger.domain.options.RangeMode
Range have all numbers from begin to end.

B

BMP - Static variable in class com.groupdocs.merger.domain.FileType
Bitmap Image File (.bmp)
BMP - Static variable in class com.groupdocs.merger.domain.options.PreviewMode
Preview mode as .bmp

C

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)

D

dispose() - Method in class com.groupdocs.merger.Merger
Disposes resources.
DOC - Static variable in class com.groupdocs.merger.domain.FileType
Microsoft Word Document (.doc)
DOCM - Static variable in class com.groupdocs.merger.domain.FileType
Word Open XML Macro-Enabled Document (.docm)
DocumentInfo - Class in com.groupdocs.merger.domain.result
Defines document description properties.
DocumentInfo(FileType, IPageInfo[], long) - Constructor for class com.groupdocs.merger.domain.result.DocumentInfo
Initializes new instance of DocumentInfo class.
DOCX - Static variable in class com.groupdocs.merger.domain.FileType
Microsoft Word Open XML Document (.docx)
DOT - Static variable in class com.groupdocs.merger.domain.FileType
Word Document Template (.dot)
DOTM - Static variable in class com.groupdocs.merger.domain.FileType
Word Open XML Macro-Enabled Document Template (.dotm)
DOTX - Static variable in class com.groupdocs.merger.domain.FileType
Word Open XML Document Template (.dotx)

E

EPUB - Static variable in class com.groupdocs.merger.domain.FileType
Open eBook File (.epub)
equals(FileType) - Method in class com.groupdocs.merger.domain.FileType
Determines whether the current FileType is the same as specified FileType object.
equals(Object) - Method in class com.groupdocs.merger.domain.FileType
Determines whether the current FileType is the same as specified object.
EvenPages - Static variable in class com.groupdocs.merger.domain.options.RangeMode
Range have only even numbers from begin to end.
extensions() - Static method in class com.groupdocs.merger.domain.options.PreviewMode
 
ExtractOptions - Class in com.groupdocs.merger.domain.options
Provides options to extract the document pages.
ExtractOptions() - Constructor for class com.groupdocs.merger.domain.options.ExtractOptions
Initializes a new instance of the ExtractOptions class.
ExtractOptions(int[]) - Constructor for class com.groupdocs.merger.domain.options.ExtractOptions
Initializes a new instance of the ExtractOptions class.
ExtractOptions(int, int) - Constructor for class com.groupdocs.merger.domain.options.ExtractOptions
Initializes a new instance of the ExtractOptions class.
ExtractOptions(int, int, int) - Constructor for class com.groupdocs.merger.domain.options.ExtractOptions
Initializes a new instance of the ExtractOptions class.
extractPages(IExtractOptions) - Method in class com.groupdocs.merger.Merger
Makes a new document with some pages from the source document.

F

FileCorruptedException - Exception in com.groupdocs.merger.exceptions
The exception that is thrown when specified file could not be loaded because it appears to be corrupted.
FileCorruptedException(String) - Constructor for exception com.groupdocs.merger.exceptions.FileCorruptedException
Initializes a new instance of the FileCorruptedException class.
FileType - Class in com.groupdocs.merger.domain
Represents file type.
FileTypeNotSupportedException - Exception in com.groupdocs.merger.exceptions
The exception that is thrown when specified file type is not supported.
FileTypeNotSupportedException(String) - Constructor for exception com.groupdocs.merger.exceptions.FileTypeNotSupportedException
Initializes a new instance of the FileTypeNotSupportedException class.
fromExtension(String) - Static method in class com.groupdocs.merger.domain.FileType
Maps file extension to file type.

G

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
The encoding used when opening text-based files such as FileType.CSV or FileType.TXT.
getEncoding() - Method in class com.groupdocs.merger.domain.options.LoadOptions
The encoding used when opening text-based files such as FileType.CSV or FileType.TXT.
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
Initializes a new instance of the GroupDocsMergerException class.
GroupDocsMergerException(String, RuntimeException) - Constructor for exception com.groupdocs.merger.exceptions.GroupDocsMergerException
Initializes a new instance of the GroupDocsMergerException class.

H

hashCode() - Method in class com.groupdocs.merger.domain.FileType
Returns the hash code for the current FileType object.
HTML - Static variable in class com.groupdocs.merger.domain.FileType
Hypertext Markup Language File (.html)

I

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
Initializes a new instance of the IncorrectPasswordException class.
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.

J

join(InputStream) - Method in class com.groupdocs.merger.Merger
Joins the documents into one single document.
join(InputStream, IJoinOptions) - Method in class com.groupdocs.merger.Merger
Joins the documents into one single document.
join(String) - Method in class com.groupdocs.merger.Merger
Joins the documents into one single document.
join(String, IJoinOptions) - Method in class com.groupdocs.merger.Merger
Joins the documents into one single document.
JoinOptions - Class in com.groupdocs.merger.domain.options
Provides options for the document joining.
JoinOptions() - Constructor for class com.groupdocs.merger.domain.options.JoinOptions
Initializes a new instance of the JoinOptions class.
JoinOptions(int[]) - Constructor for class com.groupdocs.merger.domain.options.JoinOptions
Initializes a new instance of the JoinOptions class.
JoinOptions(int, int) - Constructor for class com.groupdocs.merger.domain.options.JoinOptions
Initializes a new instance of the JoinOptions class.
JoinOptions(int, int, int) - Constructor for class com.groupdocs.merger.domain.options.JoinOptions
Initializes a new instance of the JoinOptions class.
JPEG - Static variable in class com.groupdocs.merger.domain.FileType
JPEG Image (.jpeg)
JPEG - Static variable in class com.groupdocs.merger.domain.options.PreviewMode
Preview mode as .jpeg

L

Landscape - Static variable in class com.groupdocs.merger.domain.options.OrientationMode
Landscape page mode.
License - Class in com.groupdocs.merger.licensing
Provides methods to license the component.
License() - Constructor for class com.groupdocs.merger.licensing.License
 
Lines - Static variable in class com.groupdocs.merger.domain.options.TextSplitMode
Split lines
LoadOptions - Class in com.groupdocs.merger.domain.options
Provides options for the document loading.
LoadOptions(FileType) - Constructor for class com.groupdocs.merger.domain.options.LoadOptions
Initializes new instance of LoadOptions class.
LoadOptions(String) - Constructor for class com.groupdocs.merger.domain.options.LoadOptions
Initializes new instance of LoadOptions class.
LoadOptions(String, Charset) - Constructor for class com.groupdocs.merger.domain.options.LoadOptions
Initializes new instance of LoadOptions class.
LoadOptions(FileType, String) - Constructor for class com.groupdocs.merger.domain.options.LoadOptions
Initializes new instance of LoadOptions class.
LoadOptions(FileType, String, Charset) - Constructor for class com.groupdocs.merger.domain.options.LoadOptions
Initializes new instance of LoadOptions class.

M

Merger - Class in com.groupdocs.merger
Represents main class that controls document merging process.
Merger(InputStream) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
Merger(InputStream, ILoadOptions) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
Merger(InputStream, MergerSettings) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
Merger(InputStream, ILoadOptions, MergerSettings) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
Merger(String) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
Merger(String, ILoadOptions) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
Merger(String, MergerSettings) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
Merger(String, ILoadOptions, MergerSettings) - Constructor for class com.groupdocs.merger.Merger
Initializes new instance of Merger class.
MergerSettings - Class in com.groupdocs.merger
Defines settings for customizing Merger behaviour.
MergerSettings() - Constructor for class com.groupdocs.merger.MergerSettings
Initializes new instance of MergerSettings class.
MergerSettings(ILogger) - Constructor for class com.groupdocs.merger.MergerSettings
Initializes new instance of MergerSettings class.
Metered - Class in com.groupdocs.merger.licensing.metered
Provides methods for applying <a href="https://purchase.groupdocs.com/faqs/licensing/metered">Metered</a> license.
Metered() - Constructor for class com.groupdocs.merger.licensing.metered.Metered
 
MHT - Static variable in class com.groupdocs.merger.domain.FileType
MHTML Web Archive (.mht)
MHTML - Static variable in class com.groupdocs.merger.domain.FileType
MIME HTML File (.mhtml)
MoveOptions - Class in com.groupdocs.merger.domain.options
Provides options for moving document page.
MoveOptions(int, int) - Constructor for class com.groupdocs.merger.domain.options.MoveOptions
Initializes a new instance of the MoveOptions class.
movePage(IMoveOptions) - Method in class com.groupdocs.merger.Merger
Moves page to a new position within document of known format.

O

OddPages - Static variable in class com.groupdocs.merger.domain.options.RangeMode
Range have only odd numbers from begin to end.
ODP - Static variable in class com.groupdocs.merger.domain.FileType
OpenDocument Presentation (.odp)
ODS - Static variable in class com.groupdocs.merger.domain.FileType
OpenDocument Spreadsheet (.ods)
ODT - Static variable in class com.groupdocs.merger.domain.FileType
OpenDocument Text Document (.odt)
ONE - Static variable in class com.groupdocs.merger.domain.FileType
OneNote Document (.one)
op_Equality(FileType, FileType) - Static method in class com.groupdocs.merger.domain.FileType
Determines whether two FileType objects are the same.
op_Inequality(FileType, FileType) - Static method in class com.groupdocs.merger.domain.FileType
Determines whether two FileType objects are not the same.
OrientationMode - Class in com.groupdocs.merger.domain.options
Defines page orientation.
OrientationOptions - Class in com.groupdocs.merger.domain.options
Provides options for the page orientation.
OrientationOptions(int) - Constructor for class com.groupdocs.merger.domain.options.OrientationOptions
Initializes a new instance of the OrientationOptions class.
OrientationOptions(int, int[]) - Constructor for class com.groupdocs.merger.domain.options.OrientationOptions
Initializes a new instance of the OrientationOptions class.
OrientationOptions(int, int, int) - Constructor for class com.groupdocs.merger.domain.options.OrientationOptions
Initializes a new instance of the OrientationOptions class.
OrientationOptions(int, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.OrientationOptions
Initializes a new instance of the OrientationOptions class.
OTP - Static variable in class com.groupdocs.merger.domain.FileType
OpenDocument Presentation Template (.otp)
OTT - Static variable in class com.groupdocs.merger.domain.FileType
OpenDocument Document Template (.ott)

P

PageInfo - Class in com.groupdocs.merger.domain.result
Defines page description properties.
PageInfo(int, boolean) - Constructor for class com.groupdocs.merger.domain.result.PageInfo
Initializes new instance of PageInfo class.
PageInfo(int, boolean, int, int) - Constructor for class com.groupdocs.merger.domain.result.PageInfo
Initializes new instance of PageInfo class.
PageOptions - Class in com.groupdocs.merger.domain.options
Provides options for specifying page or pages range.
PageOptions() - Constructor for class com.groupdocs.merger.domain.options.PageOptions
Initializes a new instance of the PageOptions class.
PageOptions(IPager) - Constructor for class com.groupdocs.merger.domain.options.PageOptions
Initializes new instance of PageOptions class.
PageOptions(int[]) - Constructor for class com.groupdocs.merger.domain.options.PageOptions
Initializes a new instance of the PageOptions class.
PageOptions(int, int, int) - Constructor for class com.groupdocs.merger.domain.options.PageOptions
Initializes a new instance of the PageOptions class.
PageStreamFactory - Interface in com.groupdocs.merger.domain.common
Interface that defines method to create output page preview stream.
PasswordRequiredException - Exception in com.groupdocs.merger.exceptions
The exception that is thrown when password is required to load the document.
PasswordRequiredException(String) - Constructor for exception com.groupdocs.merger.exceptions.PasswordRequiredException
Initializes a new instance of the PasswordRequiredException class.
PDF - Static variable in class com.groupdocs.merger.domain.FileType
Portable Document Format File (.pdf)
PNG - Static variable in class com.groupdocs.merger.domain.FileType
Portable Network Graphic (.png)
PNG - Static variable in class com.groupdocs.merger.domain.options.PreviewMode
Preview mode as .png
Portrait - Static variable in class com.groupdocs.merger.domain.options.OrientationMode
Portrait page mode.
PPS - Static variable in class com.groupdocs.merger.domain.FileType
PowerPoint Slide Show (.pps)
PPSX - Static variable in class com.groupdocs.merger.domain.FileType
PowerPoint Open XML Slide Show (.ppsx)
PPT - Static variable in class com.groupdocs.merger.domain.FileType
PowerPoint Presentation (.ppt)
PPTX - Static variable in class com.groupdocs.merger.domain.FileType
PowerPoint Open XML Presentation (.pptx)
PreviewMode - Class in com.groupdocs.merger.domain.options
Provides modes for the page previewing.
PreviewOptions - Class in com.groupdocs.merger.domain.options
Represents document preview options.
PreviewOptions(PageStreamFactory, int) - Constructor for class com.groupdocs.merger.domain.options.PreviewOptions
Initializes a new instance of the PreviewOptions class.
PreviewOptions(PageStreamFactory, int, int[]) - Constructor for class com.groupdocs.merger.domain.options.PreviewOptions
Initializes a new instance of the PreviewOptions class.
PreviewOptions(PageStreamFactory, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.PreviewOptions
Initializes a new instance of the PreviewOptions class.
PreviewOptions(PageStreamFactory, int, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.PreviewOptions
Initializes a new instance of the PreviewOptions class.
PS - Static variable in class com.groupdocs.merger.domain.FileType
PostScript File (.ps)

R

RangeMode - Class in com.groupdocs.merger.domain.options
Possible modes for the page ranging.
RemoveOptions - Class in com.groupdocs.merger.domain.options
Provides options for the page removing.
RemoveOptions() - Constructor for class com.groupdocs.merger.domain.options.RemoveOptions
Initializes a new instance of the RemoveOptions class.
RemoveOptions(int[]) - Constructor for class com.groupdocs.merger.domain.options.RemoveOptions
Initializes a new instance of the RemoveOptions class.
RemoveOptions(int, int) - Constructor for class com.groupdocs.merger.domain.options.RemoveOptions
Initializes a new instance of the RemoveOptions class.
RemoveOptions(int, int, int) - Constructor for class com.groupdocs.merger.domain.options.RemoveOptions
Initializes a new instance of the RemoveOptions class.
removePages(IRemoveOptions) - Method in class com.groupdocs.merger.Merger
Removes pages from document of known format.
removePassword() - Method in class com.groupdocs.merger.Merger
Removes password from document.
Rotate180 - Static variable in class com.groupdocs.merger.domain.options.RotateMode
Rotate to the right with 180 degrees.
Rotate270 - Static variable in class com.groupdocs.merger.domain.options.RotateMode
Rotate to the right with 270 degrees.
Rotate90 - Static variable in class com.groupdocs.merger.domain.options.RotateMode
Rotate to the right with 90 degrees.
RotateMode - Class in com.groupdocs.merger.domain.options
Possible modes for the page rotation.
RotateOptions - Class in com.groupdocs.merger.domain.options
Provides options for the page rotation.
RotateOptions(int) - Constructor for class com.groupdocs.merger.domain.options.RotateOptions
Initializes a new instance of the RotateOptions class.
RotateOptions(int, int[]) - Constructor for class com.groupdocs.merger.domain.options.RotateOptions
Initializes a new instance of the RotateOptions class.
RotateOptions(int, int, int) - Constructor for class com.groupdocs.merger.domain.options.RotateOptions
Initializes a new instance of the RotateOptions class.
RotateOptions(int, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.RotateOptions
Initializes a new instance of the RotateOptions class.
rotatePages(IRotateOptions) - Method in class com.groupdocs.merger.Merger
Rotate pages of the document.
RTF - Static variable in class com.groupdocs.merger.domain.FileType
Rich Text Format File (.rtf)

S

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
Initializes new instance of SaveOptions class.
setEncoding(Charset) - Method in class com.groupdocs.merger.domain.options.LoadOptions
The encoding used when opening text-based files such as FileType.CSV or FileType.TXT.
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
Initializes a new instance of the SwapOptions class.
swapPages(ISwapOptions) - Method in class com.groupdocs.merger.Merger
Swaps two pages within document of known format.

T

TEX - Static variable in class com.groupdocs.merger.domain.FileType
LaTeX Source Document (.tex)
TextSplitMode - Class in com.groupdocs.merger.domain.options
Possible text splitting modes.
TextSplitOptions - Class in com.groupdocs.merger.domain.options
Provides options for the document text splitting.
TextSplitOptions(int[]) - Constructor for class com.groupdocs.merger.domain.options.TextSplitOptions
Initializes a new instance of the TextSplitOptions class.
TextSplitOptions(int, int[]) - Constructor for class com.groupdocs.merger.domain.options.TextSplitOptions
Initializes a new instance of the TextSplitOptions class.
TextSplitOptions(String, int[]) - Constructor for class com.groupdocs.merger.domain.options.TextSplitOptions
Initializes a new instance of the TextSplitOptions class.
TextSplitOptions(String, int, int[]) - Constructor for class com.groupdocs.merger.domain.options.TextSplitOptions
Initializes a new instance of the TextSplitOptions class.
TextSplitOptions(SplitStreamFactory, int[]) - Constructor for class com.groupdocs.merger.domain.options.TextSplitOptions
Initializes a new instance of the TextSplitOptions class.
TextSplitOptions(SplitStreamFactory, int, int[]) - Constructor for class com.groupdocs.merger.domain.options.TextSplitOptions
Initializes a new instance of the TextSplitOptions class.
toString() - Method in class com.groupdocs.merger.domain.FileType
Returns a string that represents the current object.
toString() - Method in class com.groupdocs.merger.domain.result.DocumentInfo
Returns a string that represents the current object.
TSV - Static variable in class com.groupdocs.merger.domain.FileType
Tab Separated Values File (.tsv)
TXT - Static variable in class com.groupdocs.merger.domain.FileType
Plain Text File (.txt)

U

Unknown - Static variable in class com.groupdocs.merger.domain.FileType
Represents unknown file type.
updatePassword(IUpdatePasswordOptions) - Method in class com.groupdocs.merger.Merger
Updates existing password for document.
UpdatePasswordOptions - Class in com.groupdocs.merger.domain.options
Provides options for updating document password.
UpdatePasswordOptions(String) - Constructor for class com.groupdocs.merger.domain.options.UpdatePasswordOptions
Initializes a new instance of the UpdatePasswordOptions class.

V

validate(FileType) - Method in interface com.groupdocs.merger.domain.options.interfaces.IPreviewOptions
Validates the split options.
validate(FileType) - Method in interface com.groupdocs.merger.domain.options.interfaces.ISplitOptions
Validates the split options.
validate(FileType) - Method in interface com.groupdocs.merger.domain.options.interfaces.ITextSplitOptions
Validates the split options.
validate(FileType) - Method in class com.groupdocs.merger.domain.options.PreviewOptions
Validates the preview options.
validate(FileType) - Method in class com.groupdocs.merger.domain.options.TextSplitOptions
Validates the split options.
VDX - Static variable in class com.groupdocs.merger.domain.FileType
Visio Drawing XML File (.vdx)
VSDM - Static variable in class com.groupdocs.merger.domain.FileType
Visio Macro-Enabled Drawing (.vsdm)
VSDX - Static variable in class com.groupdocs.merger.domain.FileType
Visio Drawing (.vsdx)
VSSM - Static variable in class com.groupdocs.merger.domain.FileType
Visio Macro-Enabled Stencil File (.vssm)
VSSX - Static variable in class com.groupdocs.merger.domain.FileType
Visio Stencil File (.vssx)
VSTM - Static variable in class com.groupdocs.merger.domain.FileType
Visio Macro-Enabled Drawing Template (.vstm)
VSTX - Static variable in class com.groupdocs.merger.domain.FileType
Visio Drawing Template (.vstx)
VSX - Static variable in class com.groupdocs.merger.domain.FileType
Visio Stencil XML File (.vsx)
VTX - Static variable in class com.groupdocs.merger.domain.FileType
Visio Template XML File (.vtx)

X

XLAM - Static variable in class com.groupdocs.merger.domain.FileType
Excel Macro-Enabled Add-In (.xlam)
XLS - Static variable in class com.groupdocs.merger.domain.FileType
Excel Spreadsheet (.xls)
XLSB - Static variable in class com.groupdocs.merger.domain.FileType
Excel Binary Spreadsheet (.xlsb)
XLSM - Static variable in class com.groupdocs.merger.domain.FileType
Excel Open XML Macro-Enabled Spreadsheet (.xlsm)
XLSX - Static variable in class com.groupdocs.merger.domain.FileType
Microsoft Excel Open XML Spreadsheet (.xlsx)
XLT - Static variable in class com.groupdocs.merger.domain.FileType
Excel Template File (.xlt)
XLTM - Static variable in class com.groupdocs.merger.domain.FileType
Excel Open XML Macro-Enabled Spreadsheet Template (.xltm)
XLTX - Static variable in class com.groupdocs.merger.domain.FileType
Excel Open XML Spreadsheet Template (.xltx)
XPS - Static variable in class com.groupdocs.merger.domain.FileType
XML Paper Specification File (.xps)
A B C D E F G H I J L M O P R S T U V X 

Copyright © 2020. All rights reserved.