Package | Description |
---|---|
com.groupdocs.merger.domain |
The com.groupdocs.merger.domain namespace provides classes for working with document structure.
|
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.
|
com.groupdocs.merger.domain.result |
The com.groupdocs.merger.domain.result namespace provides classes which represent document results.
|
Modifier and Type | Field and Description |
---|---|
static FileType |
FileType.BMP
Bitmap Image File (.bmp)
|
static FileType |
FileType.CSV
Comma Separated Values File (.csv)
|
static FileType |
FileType.DOC
Microsoft Word Document (.doc)
|
static FileType |
FileType.DOCM
Word Open XML Macro-Enabled Document (.docm)
|
static FileType |
FileType.DOCX
Microsoft Word Open XML Document (.docx)
|
static FileType |
FileType.DOT
Word Document Template (.dot)
|
static FileType |
FileType.DOTM
Word Open XML Macro-Enabled Document Template (.dotm)
|
static FileType |
FileType.DOTX
Word Open XML Document Template (.dotx)
|
static FileType |
FileType.EPUB
Open eBook File (.epub)
|
static FileType |
FileType.HTML
Hypertext Markup Language File (.html)
|
static FileType |
FileType.JPEG
JPEG Image (.jpeg)
|
static FileType |
FileType.MHT
MHTML Web Archive (.mht)
|
static FileType |
FileType.MHTML
MIME HTML File (.mhtml)
|
static FileType |
FileType.ODP
OpenDocument Presentation (.odp)
|
static FileType |
FileType.ODS
OpenDocument Spreadsheet (.ods)
|
static FileType |
FileType.ODT
OpenDocument Text Document (.odt)
|
static FileType |
FileType.ONE
OneNote Document (.one)
|
static FileType |
FileType.OTP
OpenDocument Presentation Template (.otp)
|
static FileType |
FileType.OTT
OpenDocument Document Template (.ott)
|
static FileType |
FileType.PDF
Portable Document Format File (.pdf)
|
static FileType |
FileType.PNG
Portable Network Graphic (.png)
|
static FileType |
FileType.PPS
PowerPoint Slide Show (.pps)
|
static FileType |
FileType.PPSX
PowerPoint Open XML Slide Show (.ppsx)
|
static FileType |
FileType.PPT
PowerPoint Presentation (.ppt)
|
static FileType |
FileType.PPTX
PowerPoint Open XML Presentation (.pptx)
|
static FileType |
FileType.PS
PostScript File (.ps)
|
static FileType |
FileType.RTF
Rich Text Format File (.rtf)
|
static FileType |
FileType.TEX
LaTeX Source Document (.tex)
|
static FileType |
FileType.TSV
Tab Separated Values File (.tsv)
|
static FileType |
FileType.TXT
Plain Text File (.txt)
|
static FileType |
FileType.Unknown
Represents unknown file type.
|
static FileType |
FileType.VDX
Visio Drawing XML File (.vdx)
|
static FileType |
FileType.VSDM
Visio Macro-Enabled Drawing (.vsdm)
|
static FileType |
FileType.VSDX
Visio Drawing (.vsdx)
|
static FileType |
FileType.VSSM
Visio Macro-Enabled Stencil File (.vssm)
|
static FileType |
FileType.VSSX
Visio Stencil File (.vssx)
|
static FileType |
FileType.VSTM
Visio Macro-Enabled Drawing Template (.vstm)
|
static FileType |
FileType.VSTX
Visio Drawing Template (.vstx)
|
static FileType |
FileType.VSX
Visio Stencil XML File (.vsx)
|
static FileType |
FileType.VTX
Visio Template XML File (.vtx)
|
static FileType |
FileType.XLAM
Excel Macro-Enabled Add-In (.xlam)
|
static FileType |
FileType.XLS
Excel Spreadsheet (.xls)
|
static FileType |
FileType.XLSB
Excel Binary Spreadsheet (.xlsb)
|
static FileType |
FileType.XLSM
Excel Open XML Macro-Enabled Spreadsheet (.xlsm)
|
static FileType |
FileType.XLSX
Microsoft Excel Open XML Spreadsheet (.xlsx)
|
static FileType |
FileType.XLT
Excel Template File (.xlt)
|
static FileType |
FileType.XLTM
Excel Open XML Macro-Enabled Spreadsheet Template (.xltm)
|
static FileType |
FileType.XLTX
Excel Open XML Spreadsheet Template (.xltx)
|
static FileType |
FileType.XPS
XML Paper Specification File (.xps)
|
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.fromExtension(String extension)
Maps file extension to file type.
|
Modifier and Type | Method and Description |
---|---|
static List<FileType> |
FileType.getSupportedFileTypes()
Retrieves supported file types
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileType.equals(FileType other)
|
static boolean |
FileType.op_Equality(FileType left,
FileType right)
Determines whether two
FileType objects are the same. |
static boolean |
FileType.op_Inequality(FileType left,
FileType right)
Determines whether two
FileType objects are not the same. |
Modifier and Type | Method and Description |
---|---|
FileType |
LoadOptions.getType()
The type of the file to open.
|
FileType |
SaveOptions.getType()
File type.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadOptions.setType(FileType value)
The type of the file to open.
|
void |
PreviewOptions.validate(FileType fileType)
Validates the preview options.
|
void |
TextSplitOptions.validate(FileType fileType)
Validates the split options.
|
Constructor and Description |
---|
LoadOptions(FileType fileType)
Initializes new instance of
LoadOptions class. |
LoadOptions(FileType fileType,
String password)
Initializes new instance of
LoadOptions class. |
LoadOptions(FileType fileType,
String password,
Charset encoding)
Initializes new instance of
LoadOptions class. |
SaveOptions(FileType fileType)
Initializes new instance of
SaveOptions class. |
Modifier and Type | Method and Description |
---|---|
FileType |
ILoadOptions.getType()
The type of the file to open.
|
FileType |
ISaveOptions.getType()
File type.
|
Modifier and Type | Method and Description |
---|---|
void |
IPreviewOptions.validate(FileType fileType)
Validates the split options.
|
void |
ISplitOptions.validate(FileType fileType)
Validates the split options.
|
void |
ITextSplitOptions.validate(FileType fileType)
Validates the split options.
|
Modifier and Type | Method and Description |
---|---|
FileType |
DocumentInfo.getType()
Gets the file type.
|
FileType |
IDocumentInfo.getType()
Gets the file type.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfo.setType(FileType value)
Gets the file type.
|
Constructor and Description |
---|
DocumentInfo(FileType fileType,
IPageInfo[] pages,
long size)
Initializes new instance of
DocumentInfo class. |
Copyright © 2020. All rights reserved.