Package | Description |
---|---|
com.groupdocs.redaction |
The package provides classes for redacting sensitive information from documents in PDF, raster image and office document formats.
|
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.fromExtension(String extension)
Maps file extension to file type.
|
static FileType |
FileType.getBMP()
Bitmap Image File (.bmp)
|
static FileType |
FileType.getCSV()
Comma Separated Values File (.csv)
|
static FileType |
FileType.getDOC()
Microsoft Word Document (.doc)
|
static FileType |
FileType.getDOCM()
Word Open XML Macro-Enabled Document (.docm)
|
static FileType |
FileType.getDOCX()
Microsoft Word Open XML Document (.docx)
|
static FileType |
FileType.getDOT()
Word Document Template (.dot)
|
static FileType |
FileType.getDOTM()
Word Open XML Macro-Enabled Document Template (.dotm)
|
static FileType |
FileType.getDOTX()
Word Open XML Document Template (.dotx)
|
FileType |
DocumentInfo.getFileType()
Gets the file format description.
|
FileType |
IDocumentInfo.getFileType()
Gets the file format description.
|
static FileType |
FileType.getGIF()
Graphical Interchange Format File (.gif)
|
static FileType |
FileType.getJP2()
JPEG 2000 Core Image File (.jp2)
|
static FileType |
FileType.getJPEG()
JPEG Image (.jpeg)
|
static FileType |
FileType.getJPG()
JPEG Image (.jpg)
|
static FileType |
FileType.getNUMBERS()
Apple Numbers Spreadsheet (.numbers)
|
static FileType |
FileType.getODP()
OpenDocument Presentation (.odp)
|
static FileType |
FileType.getODS()
OpenDocument Spreadsheet (.ods)
|
static FileType |
FileType.getODT()
OpenDocument Text Document (.odt)
|
static FileType |
FileType.getOTS()
OpenDocument Spreadsheet Template (.ots)
|
static FileType |
FileType.getOTT()
OpenDocument Document Template (.ott)
|
static FileType |
FileType.getPDF()
Portable Document Format File (.pdf)
|
static FileType |
FileType.getPNG()
Portable Network Graphic (.png)
|
static FileType |
FileType.getPPT()
PowerPoint Presentation (.ppt)
|
static FileType |
FileType.getPPTX()
PowerPoint Open XML Presentation (.pptx)
|
static FileType |
FileType.getRTF()
Rich Text Format File (.rtf)
|
static FileType |
FileType.getTIF()
Tagged Image File (.tif)
|
static FileType |
FileType.getTIFF()
Tagged Image File Format (.tiff)
|
static FileType |
FileType.getTSV()
Tab Separated Values File (.tsv)
|
static FileType |
FileType.getTXT()
Plain Text File (.txt)
|
static FileType |
FileType.getUnknown()
Represents unknown file type.
|
static FileType |
FileType.getXLS()
Excel Spreadsheet (.xls)
|
static FileType |
FileType.getXLSB()
Excel Binary Spreadsheet (.xlsb)
|
static FileType |
FileType.getXLSM()
Excel Open XML Macro-Enabled Spreadsheet (.xlsm)
|
static FileType |
FileType.getXLSX()
Microsoft Excel Open XML Spreadsheet (.xlsx)
|
Modifier and Type | Method and Description |
---|---|
static Iterable<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 © 2019. All rights reserved.