Package | Description |
---|---|
com.groupdocs.annotation |
The namespace provides classes
to annotate documents for all popular document formats.
|
com.groupdocs.annotation.options |
The namespace provides classes to specify additional options when loading, annotating and saving documents.
|
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
Bitmap Image File.
|
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.GIF
Graphical Interchange Format File.
|
static FileType |
FileType.HTM
Hypertext Markup Language File.
|
static FileType |
FileType.HTML
Hypertext Markup Language File.
|
static FileType |
FileType.JPEG
Joint Photographic Experts Group.
|
static FileType |
FileType.JPG
Joint Photographic Experts Group.
|
static FileType |
FileType.MHT
MHTML Web Archive.
|
static FileType |
FileType.MSG
Outlook MSG file format.
|
static FileType |
FileType.ODP
Open Document Presentation.
|
static FileType |
FileType.ODT
Open Document Text.
|
static FileType |
FileType.ONE
Microsoft OneNote Document.
|
static FileType |
FileType.PDF
Adobe Portable Document format.
|
static FileType |
FileType.PNG
Portable Network Graphic File.
|
static FileType |
FileType.PPT
Microsoft PowerPoint Presentation.
|
static FileType |
FileType.PPTX
Microsoft PowerPoint Open XML Presentation.
|
static FileType |
FileType.TIF
Tagged Image File.
|
static FileType |
FileType.TIFF
Tagged Image File Format
|
static FileType |
FileType.UNKNOWN
Unknown.
|
static FileType |
FileType.VDX
Microsoft Visio VDX xml format.
|
static FileType |
FileType.VSD
Microsoft Visio VSD binary format.
|
static FileType |
FileType.VSDM
Microsoft Visio Macro-Enabled Drawing.
|
static FileType |
FileType.VSDX
Microsoft Visio 2013 VSDX file format.
|
static FileType |
FileType.VSS
Microsoft Visio Stencil File.
|
static FileType |
FileType.VSSX
Microsoft Visio Stencil File.
|
static FileType |
FileType.VST
Microsoft Visio VST binary template format.
|
static FileType |
FileType.VSTM
Microsoft Visio Macro-Enabled Drawing Template.
|
static FileType |
FileType.VSX
Microsoft Visio Stencil XML File.
|
static FileType |
FileType.VTX
Microsoft Visio Template XML File.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<FileType> |
FileType.getSupportedFileTypes()
Get supported file types enumeration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileType.equals(FileType other)
File type equivalence check.
|
static boolean |
FileType.op_Equality(FileType left,
FileType right)
Operator overload.
|
static boolean |
FileType.op_Inequality(FileType left,
FileType right)
Operator overload.
|