Package | Description |
---|---|
com.groupdocs.comparison.interfaces | |
com.groupdocs.comparison.result |
Modifier and Type | Method and Description |
---|---|
FileType |
IDocumentInfo.getFileType()
Document type
|
Modifier and Type | Method and Description |
---|---|
void |
IDocumentInfo.setFileType(FileType value)
Document type
|
Modifier and Type | Field and Description |
---|---|
static FileType |
FileType.BMP
Bmp format
|
static FileType |
FileType.CAD
CAD format
|
static FileType |
FileType.DCM
Dicom format
|
static FileType |
FileType.DJVU
Djvu format
|
static FileType |
FileType.DOC
Microsoft Word format
|
static FileType |
FileType.DOCX
Microsoft Word Open XML format
|
static FileType |
FileType.DWG
AutoCAD Drawing Database File
|
static FileType |
FileType.EML
File in the MIME standard
|
static FileType |
FileType.EMLX
Apple's Mail.app program file format
|
static FileType |
FileType.HTML
Html Markup Document Format
|
static FileType |
FileType.JPEG
Jpeg format
|
static FileType |
FileType.MHTML
Html Markup Document Format
|
static FileType |
FileType.MSG
Outlook MSG file format
|
static FileType |
FileType.ODP
Open Document Presentation
|
static FileType |
FileType.ONE
Microsoft OneNote Document
|
static FileType |
FileType.PDF
Adobe Portable Document format
|
static FileType |
FileType.PNG
Png format
|
static FileType |
FileType.PPT
Microsoft PowerPoint Presentation
|
static FileType |
FileType.PPTX
Microsoft PowerPoint Open XML Presentation
|
static FileType |
FileType.TXT
TXT format
|
static FileType |
FileType.UNKNOWN
Unknown type
|
static FileType |
FileType.VDX
Microsoft Visio VDX xml format
|
static FileType |
FileType.VSD
Microsoft Visio VSD binary format
|
static FileType |
FileType.VSDX
Microsoft Visio 2013 VSDX file format
|
static FileType |
FileType.VST
Microsoft Visio VST binary template format
|
static FileType |
FileType.XLS
Microsoft Excel Spreadsheet format
|
static FileType |
FileType.XLSX
Microsoft Excel Open XML Spreadsheet
|
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.fromFileNameOrExtension(String fileNameOrExtension)
Return FileType based on file name or extension
|
FileType |
FileInfo.getFileType()
File type
|
Modifier and Type | Method and Description |
---|---|
static List<FileType> |
FileType.getSupportedFileTypes()
Get supported file types enumeration
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FileType.areEquals(FileType left,
FileType right)
Operator overload
|
static boolean |
FileType.areNotEquals(FileType left,
FileType right)
Operator overload
|
boolean |
FileType.equals(FileType other)
File type equivalence check
|
void |
FileInfo.setFileType(FileType mFileType)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
Copyright © 2020. All rights reserved.