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

A

addPassword(InputStream, AddPasswordOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Protects document of known format with password.
addPassword(InputStream, String) - Method in class com.groupdocs.merger.handler.DocumentHandler
Protects document of unknown format with password.
AddPasswordOptions - Class in com.groupdocs.merger.domain.security
Represents options for adding document password.
AddPasswordOptions(long, String) - Constructor for class com.groupdocs.merger.domain.security.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.

C

changeOrientation(InputStream, OrientationOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Makes new document from document of known format and applies new orientation mode for specified pages.
changeOrientation(InputStream, int, int[]) - Method in class com.groupdocs.merger.handler.DocumentHandler
Makes new document from document of unknown format and applis new orientation mode for specified pages.
com.groupdocs.merger.domain - package com.groupdocs.merger.domain
The com.groupdocs.merger.domain namespace provides common classes to operate with GroupDocs.Merger.
com.groupdocs.merger.domain.format - package com.groupdocs.merger.domain.format
The com.groupdocs.merger.domain.format namespace exposes supported formats.
com.groupdocs.merger.domain.options - package com.groupdocs.merger.domain.options
The com.groupdocs.merger.domain.options namespace provides classes for setting method options dependent on method.
com.groupdocs.merger.domain.options.contracts - package com.groupdocs.merger.domain.options.contracts
The com.groupdocs.merger.domain.options.contracts namespace provides classes for setting method options dependent on method.
com.groupdocs.merger.domain.result - package com.groupdocs.merger.domain.result
The com.groupdocs.merger.domain.result namespace provides classes for result of methods.
com.groupdocs.merger.domain.security - package com.groupdocs.merger.domain.security
The com.groupdocs.merger.domain.security namespace provides classes for setting options for security methods.
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.handler - package com.groupdocs.merger.handler
The com.groupdocs.merger.handler namespace provides classes for working with main document handler.
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.
CorruptedOrDamagedFileException - Exception in com.groupdocs.merger.exceptions
Thrown during document load, when the document appears to be corrupted and impossible to load.
CorruptedOrDamagedFileException(String) - Constructor for exception com.groupdocs.merger.exceptions.CorruptedOrDamagedFileException
Initializes a new instance of the CorruptedOrDamagedFileException class.
Csv - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Cell format) Comma-Separated Values

D

Doc - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) Microsoft Word Document.
Docm - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) Word Open XML Macro-Enabled Document.
DocumentHandler - Class in com.groupdocs.merger.handler
Handler for manipulating documents.
DocumentHandler() - Constructor for class com.groupdocs.merger.handler.DocumentHandler
 
DocumentResult - Class in com.groupdocs.merger.domain.result
Represents resultant document.
Docx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) Microsoft Word Open XML Document.
Dot - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) Microsoft Word Template.
Dotm - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) Word Open XML Macro-Enabled Document Template.
Dotx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) Word Open XML Document Template.

E

Epub - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Open eBook File
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.format.FileFormat
 

F

fileExtension(Long) - Static method in class com.groupdocs.merger.domain.format.FileFormat
 
FileFormat - Class in com.groupdocs.merger.domain.format
Define file format for methods
FileFormat() - Constructor for class com.groupdocs.merger.domain.format.FileFormat
 
FileTypeNotSupportedException - Exception in com.groupdocs.merger.exceptions
Thrown during document load, when the document file type is not supported.
FileTypeNotSupportedException(String) - Constructor for exception com.groupdocs.merger.exceptions.FileTypeNotSupportedException
Initializes a new instance of the FileTypeNotSupportedException class.

G

getConsumptionQuantity() - Static method in class com.groupdocs.merger.licensing.metered.Metered
Gets consumption quantity
getDocument() - Method in class com.groupdocs.merger.domain.JoinItem
Gets or sets the document.
getDocuments() - Method in class com.groupdocs.merger.domain.result.MultiDocumentResult
Gets the documents.
getFileFormat() - Method in class com.groupdocs.merger.domain.JoinItem
Gets or sets the file format.
getFileFormat() - Method in class com.groupdocs.merger.domain.options.contracts.Options
File format.
getFileFormat() - Method in class com.groupdocs.merger.domain.result.DocumentResult
Gets or sets the file format.
getFirstPageNumber() - Method in class com.groupdocs.merger.domain.options.SwapOptions
First page number to exchange.
getMode() - Method in class com.groupdocs.merger.domain.options.OrientationOptions
First page number to exchange.
getNewPageNumber() - Method in class com.groupdocs.merger.domain.options.MoveOptions
Gets or sets the new page number.
getNewPassword() - Method in class com.groupdocs.merger.domain.security.UpdatePasswordOptions
Gets or sets the new password.
getPageNumberToMove() - Method in class com.groupdocs.merger.domain.options.MoveOptions
Gets or sets the page number to move.
getPages() - Method in class com.groupdocs.merger.domain.options.contracts.PagedOptions
List of page number on which operation will be applied.
getPassword() - Method in class com.groupdocs.merger.domain.JoinItem
Gets or sets the password.
getPassword() - Method in class com.groupdocs.merger.domain.options.contracts.Options
Current password to open document.
getSecondPageNumber() - Method in class com.groupdocs.merger.domain.options.SwapOptions
Second page number to exchange.
getStream() - Method in class com.groupdocs.merger.domain.result.DocumentResult
Gets or sets the document stream.
getSupportedFormats() - Method in class com.groupdocs.merger.handler.DocumentHandler
Get list of supported document formats.
GroupDocsMergerException - Exception in com.groupdocs.merger.exceptions
Generic exception for GroupDocs.Merger.
GroupDocsMergerException(String) - Constructor for exception com.groupdocs.merger.exceptions.GroupDocsMergerException
Initializes a new instance of the GroupDocsMergerException class.

I

InvalidPasswordException - Exception in com.groupdocs.merger.exceptions
Thrown if a password for opening password-protected document is incorrect.
InvalidPasswordException(String) - Constructor for exception com.groupdocs.merger.exceptions.InvalidPasswordException
Initializes a new instance of the InvalidPasswordException class.
isPasswordSet(InputStream, long) - Method in class com.groupdocs.merger.handler.DocumentHandler
Checks whether document of known format is password protected.
isPasswordSet(InputStream) - Method in class com.groupdocs.merger.handler.DocumentHandler
Checks whether document of unknown format is password protected.

J

join(List<JoinItem>) - Method in class com.groupdocs.merger.handler.DocumentHandler
Joins multiple documents of known format into the one document.
JoinItem - Class in com.groupdocs.merger.domain
Represents document to be joined with other documents.
JoinItem(InputStream) - Constructor for class com.groupdocs.merger.domain.JoinItem
Initializes a new instance of the JoinItem class.
JoinItem(InputStream, long, String) - Constructor for class com.groupdocs.merger.domain.JoinItem
Initializes a new instance of the JoinItem class.
JoinOptions - Class in com.groupdocs.merger.domain.options
Describes options for join documents.
JoinOptions(long, String) - Constructor for class com.groupdocs.merger.domain.options.JoinOptions
Initializes a new instance of the OrientationOptions class.
JoinOptions(long, String, int[]) - Constructor for class com.groupdocs.merger.domain.options.JoinOptions
Initializes a new instance of the OrientationOptions class.
JoinOptions(long, String, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.JoinOptions
Initializes a new instance of the OrientationOptions class.
joinStream(List<InputStream>) - Method in class com.groupdocs.merger.handler.DocumentHandler
Joins multiple document streams of unknown format into resultant document.

L

Landscape - Static variable in class com.groupdocs.merger.domain.options.OrientationMode
Landscape mode for page.
License - Class in com.groupdocs.merger.licensing
Provides methods to license the component.
License() - Constructor for class com.groupdocs.merger.licensing.License
 

M

Metered - Class in com.groupdocs.merger.licensing.metered
Provides methods to set metered key.
Metered() - Constructor for class com.groupdocs.merger.licensing.metered.Metered
Initializes a new instance of this class.
MoveOptions - Class in com.groupdocs.merger.domain.options
Describes options for moving page inside document.
MoveOptions() - Constructor for class com.groupdocs.merger.domain.options.MoveOptions
Initializes a new instance of the MoveOptions class.
MoveOptions(long, String, int, int) - Constructor for class com.groupdocs.merger.domain.options.MoveOptions
Initializes a new instance of the MoveOptions class.
movePage(InputStream, MoveOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Moves page to a new position within document of known format.
movePage(InputStream, int, int) - Method in class com.groupdocs.merger.handler.DocumentHandler
Moves page to a new position within document of unknown format.
MultiDocumentResult - Class in com.groupdocs.merger.domain.result
Represents collection of resultant documents.
MultiDocumentResult() - Constructor for class com.groupdocs.merger.domain.result.MultiDocumentResult
Initializes a new instance of the MultiDocumentResult class.

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.format.FileFormat
(Slide format) OpenDocument Presentation.
Ods - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Cell format) OpenDocument Spreadsheet for Open Office suite.
Odt - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) OpenDocument Text Document.
One - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Note document (OneNote)
Options - Class in com.groupdocs.merger.domain.options.contracts
Base class for operation options with known source document format and password.
Options() - Constructor for class com.groupdocs.merger.domain.options.contracts.Options
Initializes a new instance of the Options class.
Options(long, String) - Constructor for class com.groupdocs.merger.domain.options.contracts.Options
Initializes a new instance of the Options class.
OrientationMode - Class in com.groupdocs.merger.domain.options
Possible modes for orientation.
OrientationOptions - Class in com.groupdocs.merger.domain.options
Describes options for changing page orientation.
OrientationOptions(int, long, String) - Constructor for class com.groupdocs.merger.domain.options.OrientationOptions
Initializes a new instance of the OrientationOptions class.
OrientationOptions(int, long, String, 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.format.FileFormat
(Slide format) OpenDocument Presentation Template.
Ott - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) OpenDocument Text Document Template.

P

PagedOptions - Class in com.groupdocs.merger.domain.options.contracts
Base class for operation options with known source document format and password.
PagedOptions() - Constructor for class com.groupdocs.merger.domain.options.contracts.PagedOptions
Initializes a new instance of the PagedOptions class.
PagedOptions(long, String) - Constructor for class com.groupdocs.merger.domain.options.contracts.PagedOptions
Initializes a new instance of the PagedOptions class.
PagedOptions(long, String, IPager) - Constructor for class com.groupdocs.merger.domain.options.contracts.PagedOptions
Initializes a new instance of the PagedOptions class.
PagedOptions(long, String, List<Integer>) - Constructor for class com.groupdocs.merger.domain.options.contracts.PagedOptions
Initializes a new instance of the PagedOptions class.
PagedOptions(long, String, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.contracts.PagedOptions
Initializes a new instance of the PagedOptions class.
PasswordProtectedFileException - Exception in com.groupdocs.merger.exceptions
Thrown if a document is encrypted with a password and the password specified when opening the document is missing.
PasswordProtectedFileException(String) - Constructor for exception com.groupdocs.merger.exceptions.PasswordProtectedFileException
Initializes a new instance of the PasswordProtectedFileException class.
Pdf - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Portable Document Format File
Portrait - Static variable in class com.groupdocs.merger.domain.options.OrientationMode
Portrait mode for page.
Pps - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Slide format) PowerPoint Slide Show.
Ppsx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Slide format) PowerPoint Open XML Slide Show.
Ppt - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Slide format) Microsoft Presentation format.
Pptx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Slide format) Microsoft PowerPoint Open XML Document.
Ps - Static variable in class com.groupdocs.merger.domain.format.FileFormat
PostScript file.

R

RangeMode - Class in com.groupdocs.merger.domain.options
Possible modes for range.
removePages(InputStream, RemovePagesOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Removes pages from document of known format.
removePages(InputStream, List<Integer>) - Method in class com.groupdocs.merger.handler.DocumentHandler
Removes pages from document of unknown format.
removePages(InputStream, int, int, int) - Method in class com.groupdocs.merger.handler.DocumentHandler
Removes pages from document of unknown format.
removePassword(InputStream, RemovePasswordOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Removes password from document of known format.
removePassword(InputStream, String) - Method in class com.groupdocs.merger.handler.DocumentHandler
Removes password from document of unknown format.
RemovePasswordOptions - Class in com.groupdocs.merger.domain.security
Represents options for removing document password.
RemovePasswordOptions(long, String) - Constructor for class com.groupdocs.merger.domain.security.RemovePasswordOptions
Initializes a new instance of the RemovePasswordOptions class.
rotatePages(InputStream, RotateOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Rotate pages in document of known format.
rotatePages(InputStream, int) - Method in class com.groupdocs.merger.handler.DocumentHandler
Rotate pages in document of unknown format.
Rtf - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) RTF (Rich Text format)

S

setDocument(InputStream) - Method in class com.groupdocs.merger.domain.JoinItem
Gets or sets the document.
setDocuments(List<DocumentResult>) - Method in class com.groupdocs.merger.domain.result.MultiDocumentResult
Gets the documents.
setFileFormat(long) - Method in class com.groupdocs.merger.domain.JoinItem
Gets or sets the file format.
setFileFormat(long) - Method in class com.groupdocs.merger.domain.options.contracts.Options
File format.
setFileFormat(long) - Method in class com.groupdocs.merger.domain.result.DocumentResult
Gets or sets the file format.
setFirstPageNumber(int) - Method in class com.groupdocs.merger.domain.options.SwapOptions
First page number to exchange.
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.
setMeteredKey(String, String) - Method in class com.groupdocs.merger.licensing.metered.Metered
Sets metered public and private key
setMode(int) - Method in class com.groupdocs.merger.domain.options.OrientationOptions
First page number to exchange.
setNewPageNumber(int) - Method in class com.groupdocs.merger.domain.options.MoveOptions
Gets or sets the new page number.
setNewPassword(String) - Method in class com.groupdocs.merger.domain.security.UpdatePasswordOptions
Gets or sets the new password.
setPageNumberToMove(int) - Method in class com.groupdocs.merger.domain.options.MoveOptions
Gets or sets the page number to move.
setPassword(String) - Method in class com.groupdocs.merger.domain.JoinItem
Gets or sets the password.
setPassword(String) - Method in class com.groupdocs.merger.domain.options.contracts.Options
Current password to open document.
setSecondPageNumber(int) - Method in class com.groupdocs.merger.domain.options.SwapOptions
Second page number to exchange.
setStream(OutputStream) - Method in class com.groupdocs.merger.domain.result.DocumentResult
Gets or sets the document stream.
split(InputStream, SplitOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Splits single document of known format to multiple documents.
SplitOptions - Class in com.groupdocs.merger.domain.options
Options for splitting document.
SplitOptions() - Constructor for class com.groupdocs.merger.domain.options.SplitOptions
Initializes a new instance of the SplitOptions class.
SplitOptions(long, String, List<Integer>) - Constructor for class com.groupdocs.merger.domain.options.SplitOptions
Initializes a new instance of the SplitOptions class.
SplitOptions(long, String, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.SplitOptions
Initializes a new instance of the SplitOptions class.
SwapOptions - Class in com.groupdocs.merger.domain.options
Describes options for swapping 2 pages in a document.
SwapOptions(int, int, long, String) - Constructor for class com.groupdocs.merger.domain.options.SwapOptions
Initializes a new instance of the SwapOptions class.
swapPages(InputStream, SwapOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Swaps two pages within document of known format.
swapPages(InputStream, int, int) - Method in class com.groupdocs.merger.handler.DocumentHandler
Swaps two pages within document of unknown format.

T

trim(InputStream, TrimOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Makes new document with some pages from source document of known format.
TrimOptions - Class in com.groupdocs.merger.domain.options
Options for trimming document.
TrimOptions() - Constructor for class com.groupdocs.merger.domain.options.TrimOptions
Initializes a new instance of the TrimOptions class.
TrimOptions(long, String, List<Integer>) - Constructor for class com.groupdocs.merger.domain.options.TrimOptions
Initializes a new instance of the TrimOptions class.
TrimOptions(long, String, int, int, int) - Constructor for class com.groupdocs.merger.domain.options.TrimOptions
Initializes a new instance of the TrimOptions class.
Txt - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Word format) Text (Plain text).

U

Undefined - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Undefined value
updatePassword(InputStream, UpdatePasswordOptions) - Method in class com.groupdocs.merger.handler.DocumentHandler
Updates existing password for document of known format.
updatePassword(InputStream, String, String) - Method in class com.groupdocs.merger.handler.DocumentHandler
Updates existing password for document of unknown format.
UpdatePasswordOptions - Class in com.groupdocs.merger.domain.security
Represents options for updating document password.
UpdatePasswordOptions(long, String, String) - Constructor for class com.groupdocs.merger.domain.security.UpdatePasswordOptions
Initializes a new instance of the UpdatePasswordOptions class.

V

Vdx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Drawing XML File.
Vsdm - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Macro-Enabled Drawing (Visio 2013)
Vsdx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Drawing (Visio 2013)
Vssm - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Macro-Enabled Stencil File.
Vssx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Stencil File.
Vstm - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Macro-Enabled Drawing Template.
Vstx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Drawing Template (Visio 2013).
Vsx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Stencil XML File.
Vtx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
Visio Template XML File.

X

Xls - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Cell format) Represents an Excel97-2003 xls file.
Xlsb - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Cell format) Excel Binary Workbook
Xlsm - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Cell format) Excel Open XML Macro-Enabled Spreadsheet
Xlsx - Static variable in class com.groupdocs.merger.domain.format.FileFormat
(Cell format) Microsoft Excel Open XML Document.
Xps - Static variable in class com.groupdocs.merger.domain.format.FileFormat
XML Paper Specification File
A C D E F G I J L M O P R S T U V X 

Copyright © 2019. All rights reserved.