Package | Description |
---|---|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
FileType |
PageImageArea.getFileType()
Gets the format of the image.
|
Constructor and Description |
---|
PageImageArea(InputStream imageStream,
FileType fileType,
double rotation)
Initializes a new instance of the
PageImageArea class. |
PageImageArea(InputStream imageStream,
FileType fileType,
double rotation,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageImageArea class. |
Modifier and Type | Field and Description |
---|---|
static FileType |
FileType.BMP
Bitmap Image File (.bmp)
|
static FileType |
FileType.CGM
Computer Graphics Metafile (.cgm)
|
static FileType |
FileType.CHM
Compiled HTML Help File
|
static FileType |
FileType.CSV
Comma Separated Values File (.csv)
|
static FileType |
FileType.DCM
DICOM Image (.dcm)
|
static FileType |
FileType.DIB
Device Independent Bitmap File (.dib)
|
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.EML
E-Mail Message (.eml)
|
static FileType |
FileType.EMLX
Apple Mail Message (.emlx)
|
static FileType |
FileType.EPS
Encapsulated PostScript File (.eps)
|
static FileType |
FileType.EPUB
Open eBook File (.epub)
|
static FileType |
FileType.FB2
FictionBook 2.0 File
|
static FileType |
FileType.GIF
Graphical Interchange Format File (.gif)
|
static FileType |
FileType.HTM
Hypertext Markup Language File (.htm)
|
static FileType |
FileType.HTML
Hypertext Markup Language File (.html)
|
static FileType |
FileType.ICO
Icon File (.ico)
|
static FileType |
FileType.J2C
JPEG 2000 Code Stream (.j2c)
|
static FileType |
FileType.J2K
JPEG 2000 Code Stream (.j2k)
|
static FileType |
FileType.JP2
JPEG 2000 Core Image File (.jp2)
|
static FileType |
FileType.JPC
JPEG 2000 Code Stream (.jpc)
|
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.MD
Markdown files (.md)
|
static FileType |
FileType.MHT
MHTML Web Archive (.mht)
|
static FileType |
FileType.MHTML
MIME HTML File (.mhtml)
|
static FileType |
FileType.MSG
Outlook Mail Message (.msg)
|
static FileType |
FileType.NUMBERS
Apple iWork Numbers (.numbers)
|
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.ONE
OneNote Document (.one)
|
static FileType |
FileType.OST
Outlook Offline Data File (.ost)
|
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.PICT
Macintosh PICT (.pict)
|
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.PST
Outlook Personal Information Store File (.pst)
|
static FileType |
FileType.RTF
Rich Text Format File (.rtf)
|
static FileType |
FileType.SVG
Scalable Vector Graphics File (.svg)
|
static FileType |
FileType.TEXT
Plain Text File (.text)
|
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.WEBP
WebP Image (.webp)
|
static FileType |
FileType.WMF
Windows Metafile (.wmf)
|
static FileType |
FileType.XHTML
Hypertext Markup Language File (.html)
|
static FileType |
FileType.XLA
Excel Add-In File (.xla)
|
static FileType |
FileType.XLAM
Excel Open XML Macro-Enabled Add-In (.xlam)
|
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
Microsoft Excel Template (.xlt)
|
static FileType |
FileType.XLTM
Excel Open XML Macro-Enabled Spreadsheet Template (.xltm)
|
static FileType |
FileType.XLTX
Excel Open XML Spreadsheet Template (.xltx)
|
static FileType |
FileType.XML
XML File (.xml)
|
static FileType |
FileType.ZIP
Zipped File (.zip)
|
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.fromExtension(String extension)
Maps file extension to file type.
|
abstract FileType |
DocumentInfo.getFileType()
Gets the document type.
|
FileType |
IDocumentInfo.getFileType()
Gets the document type.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<FileType> |
FileType.getSupportedFileTypes()
Retrieves supported file types
|
Copyright © 2019. All rights reserved.