Package | Description |
---|---|
com.groupdocs.signature.domain.documentpreview |
The GroupDocs.Signature.Domain.DocumentPreview namespace provides classes for working with document representation.
|
com.groupdocs.signature.domain.signatures |
The GroupDocs.Signature.Domain.Signatures namespace provides classes for working with Signatures
|
com.groupdocs.signature.options.loadoptions |
The GroupDocs.Signature.Options.LoadOptions namespace provides classes for working with LoadOptions options.
|
com.groupdocs.signature.options.search |
The GroupDocs.Signature.Options.Search namespace provides classes for working with Search options.
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Field and Description |
---|---|
static FileType |
FileType.BMP
Bitmap Image File (.bmp)
|
static FileType |
FileType.CDR
CorelDraw Vector Graphic Drawing (.cdr) is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed.
|
static FileType |
FileType.CGM
Computer Graphics Metafile (.cgm)
|
static FileType |
FileType.CMX
CorelDRAW Metafile Exchange Image File (.cmx)
|
static FileType |
FileType.CSV
Comma Separated Values File (.csv)
|
static FileType |
FileType.DCM
DICOM Image (.dcm)
|
static FileType |
FileType.DJVU
DjVu Image (.djvu)
|
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.EMF
Enhanced Windows Metafile (.emf)
|
static FileType |
FileType.EPS
Encapsulated PostScript File (.eps)
|
static FileType |
FileType.GIF
Graphical Interchange Format File (.gif)
|
static FileType |
FileType.JPEG
JPEG Image (.jpeg)
|
static FileType |
FileType.JPG
JPEG Image (.jpg)
|
static FileType |
FileType.ODG
OpenDocument Graphic File (.odg)
|
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.OTP
OpenDocument Presentation Template (.otp)
|
static FileType |
FileType.OTS
OpenDocument Spreadsheet Template (.ots)
|
static FileType |
FileType.OTT
OpenDocument Document Template (.ott)
|
static FileType |
FileType.PCL
Printer Command Language Document (.pcl)
|
static FileType |
FileType.PDF
Portable Document Format File (.pdf)
|
static FileType |
FileType.PNG
Portable Network Graphic (.png)
|
static FileType |
FileType.POT
PowerPoint Template (.pot)
|
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 Slide Show (.pps)
|
static FileType |
FileType.PPSM
PowerPoint Open XML Macro-Enabled Slide (.ppsm)
|
static FileType |
FileType.PPSX
PowerPoint Open XML Slide 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.PS
PostScript File (.ps)
|
static FileType |
FileType.PSD
Adobe Photoshop Document (.psd)
|
static FileType |
FileType.RTF
Rich Text Format File (.rtf)
|
static FileType |
FileType.SVG
Scalable Vector Graphics File (.svg)
|
static FileType |
FileType.TIF
Tagged Image File (.tif)
|
static FileType |
FileType.TIFF
Tagged Image File Format (.tiff)
|
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.VCF
vCard File (.vcf)
|
static FileType |
FileType.WEBP
WebP Image (.webp)
|
static FileType |
FileType.WMF
Windows Metafile (.wmf)
|
static FileType |
FileType.WPD
WordPerfect Document (.wpd)
|
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)
|
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.fromExtension(String extension)
Maps file extension to file type.
|
FileType |
DocumentInfo.getFileType()
File format type.
|
FileType |
IDocumentInfo.getFileType()
File format 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. |
void |
DocumentInfo.setFileType(FileType value)
File format type.
|
void |
IDocumentInfo.setFileType(FileType value)
File format type
|
Modifier and Type | Method and Description |
---|---|
FileType |
BarcodeSignature.getFormat()
Specifies the format of Barcode signature image.
|
FileType |
ImageSignature.getFormat()
Specifies the format of signature image.
|
FileType |
QrCodeSignature.getFormat()
Specifies the format of QR-code signature image.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageSignature.setContent(FileType format,
boolean setContent,
BufferedImage content,
FileType saveFormat)
Deprecated.
|
void |
ImageSignature.setFormat(FileType value)
Specifies the format of signature image.
|
Modifier and Type | Method and Description |
---|---|
FileType |
LoadOptions.getInputFileType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadOptions.setInputFileType(FileType value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FileType |
BarcodeSearchOptions.getReturnContentType()
Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.
|
FileType |
ImageSearchOptions.getReturnContentType()
Specifies file type of returned content of the image signature when ReturnContent property is enabled.
|
FileType |
QrCodeSearchOptions.getReturnContentType()
Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
BarcodeSearchOptions.setReturnContentType(FileType value)
Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.
|
void |
ImageSearchOptions.setReturnContentType(FileType value)
Specifies file type of returned content of the image signature when ReturnContent property is enabled.
|
void |
QrCodeSearchOptions.setReturnContentType(FileType value)
Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.
|
Modifier and Type | Method and Description |
---|---|
FileType |
BarcodeSignOptions.getReturnContentType()
Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.
|
FileType |
QrCodeSignOptions.getReturnContentType()
Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
BarcodeSignOptions.setReturnContentType(FileType value)
Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.
|
void |
QrCodeSignOptions.setReturnContentType(FileType value)
Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.
|