Package | Description |
---|---|
com.groupdocs.watermark.common |
The namespace provides helper classes.
|
Modifier and Type | Field and Description |
---|---|
static FileType |
FileType.BMP
Bitmap Image File (.bmp)
|
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.EML
E-Mail Message (.eml)
|
static FileType |
FileType.EMLX
Apple Mail Message (.emlx)
|
static FileType |
FileType.FlatOpc
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package (.xml)
|
static FileType |
FileType.FlatOpcMacroEnabled
Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package (.xml)
|
static FileType |
FileType.FlatOpcTemplate
Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package (.xml)
|
static FileType |
FileType.FlatOpcTemplateMacroEnabled
Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package (.xml)
|
static FileType |
FileType.GIF
Graphical Interchange Format File (.gif)
|
static FileType |
FileType.JPEG
JPEG Image (.jpeg)
|
static FileType |
FileType.JPF
JPEG 2000 Image File (.jpf)
|
static FileType |
FileType.JPG
JPEG Image (.jpg)
|
static FileType |
FileType.JPM
JPEG 2000 Image File (.jpm)
|
static FileType |
FileType.JPX
JPEG 2000 Image File (.jpx)
|
static FileType |
FileType.MSG
Outlook Mail Message (.msg)
|
static FileType |
FileType.ODT
OpenDocument Text Document (.odt)
|
static FileType |
FileType.OFT
Outlook email message template (.oft)
|
static FileType |
FileType.OOXML
Office open xml file (.ooxml).
|
static FileType |
FileType.PDF
Portable Document Format File (.pdf).
|
static FileType |
FileType.PNG
Portable Network Graphic (.png)
|
static FileType |
FileType.POTM
PowerPoint Open XML Macro-Enabled Presentation Template (.potm)
|
static FileType |
FileType.POTX
PowerPoint Open XML Presentation Template (.potx)
|
static FileType |
FileType.PPS
PowerPoint Presentation Show (.pps)
|
static FileType |
FileType.PPSM
PowerPoint Open XML Macro-Enabled Presentation (.ppsm)
|
static FileType |
FileType.PPSX
PowerPoint Open XML Presentation Show (.ppsx)
|
static FileType |
FileType.PPT
PowerPoint Presentation (.ppt)
|
static FileType |
FileType.PPTM
PowerPoint Open XML Macro-Enabled Presentation
|
static FileType |
FileType.PPTX
PowerPoint Open XML Presentation (.pptx)
|
static FileType |
FileType.RTF
Rich Text Format File (.rtf)
|
static FileType |
FileType.TIF
Tagged Image File (.tif)
|
static FileType |
FileType.TIFF
Tagged Image File Format (.tiff)
|
static FileType |
FileType.Unknown
Represents unknown file type.
|
static FileType |
FileType.VDW
Visio Web Drawing (.vdw)
|
static FileType |
FileType.VDX
Visio Drawing XML File (.vdx)
|
static FileType |
FileType.VSD
Visio Drawing File (.vsd)
|
static FileType |
FileType.VSDM
Visio Macro-Enabled Drawing (.vsdm)
|
static FileType |
FileType.VSDX
Visio Drawing (.vsdx)
|
static FileType |
FileType.VSS
Visio Stencil File(.vss)
|
static FileType |
FileType.VSSM
Visio Macro-Enabled Stencil File (.vssm)
|
static FileType |
FileType.VSSX
Visio Stencil File (.vssx)
|
static FileType |
FileType.VST
Visio Drawing Template (.vst)
|
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.WEBP
WebP Image (.webp)
|
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 97-2003 workbook template (.xlt)
|
static FileType |
FileType.XLTM
Excel Open XML macro-enabled workbook template (.xltm)
|
static FileType |
FileType.XLTX
Excel Open XML workbook template (.xltx)
|
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.fromExtension(String extension)
Maps file extension to file type.
|
FileType |
IDocumentInfo.getFileType()
Gets the file format description.
|
static FileType[] |
FileType.getSupportedFileTypes()
Retrieves supported file types
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileType.equals(FileType other)
Determines whether the current
FileType is the same as specified FileType object. |
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. |
Copyright © 2020. All rights reserved.