public final class FileFormat
extends com.aspose.ms.System.Enum
Represents the recognized format of a loaded file.
Modifier and Type | Field and Description |
---|---|
static int |
Asf
An ASF video.
|
static int |
Avi
An AVI video.
|
static int |
Bmp
A BMP image.
|
static int |
Diagram
A diagram file.
|
static int |
Dicom
A DICOM image.
|
static int |
DjVu
A DjVu file.
|
static int |
Dwg
A DWG drawing.
|
static int |
Dxf
A DXF (Drawing Exchange Format) drawing.
|
static int |
Emf
An EMF image.
|
static int |
Eml
An EML email message.
|
static int |
Epub
An EPUB electronic book.
|
static int |
Flv
An FLV video.
|
static int |
Gif
A GIF image.
|
static int |
Heif
A HEIF/HEIC image.
|
static int |
Jpeg
A JPEG image.
|
static int |
Jpeg2000
A Jpeg2000 image.
|
static int |
Matroska
A video encoded with the Matroska multimedia container.
|
static int |
Mov
A QuickTime video.
|
static int |
Mp3
An Mp3 audio file.
|
static int |
Msg
An MSG email message.
|
static int |
Note
An electronic note file.
|
static int |
OpenType
An OpenType font.
|
static int |
Pdf
A PDF file.
|
static int |
Png
A PNG image.
|
static int |
Presentation
A presentation file.
|
static int |
ProjectManagement
A project management format.
|
static int |
Psd
A PSD image.
|
static int |
Spreadsheet
A spreadsheet file.
|
static int |
Tiff
A TIFF image.
|
static int |
Torrent
A torrent file that contains metadata about files and folders to be distributed.
|
static int |
Unknown
The file type is not recognized.
|
static int |
VCard
A VCard file.
|
static int |
Wav
A WAV audio file.
|
static int |
WebP
A WEBP image.
|
static int |
Wmf
A WMF image.
|
static int |
WordProcessing
A word processing file.
|
static int |
Zip
A ZIP archive.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
The file type is not recognized.
public static final int Presentation
A presentation file.
You must be familiar with PPTX and PPT extension files while working with Microsoft PowerPoint.
These are Presentation file formats that store collection of records to accommodate presentation data such as slides, shapes,
text, animations, video, audio and embedded objects.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/presentation/">here</a>
.
public static final int Spreadsheet
A spreadsheet file.
A spreadsheet file contains data in the form of rows and columns.
You can open, view and edit such files using spreadsheet software applications such as Microsoft Excel that is now available for both Windows and MacOS operating system.
Similarly, Google sheets is a free online spreadsheet creating and editing tool that works from any web browser.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/spreadsheet/">here</a>
.
public static final int WordProcessing
A word processing file.
A word processing file contains user information in plain text or rich text format. A plain text file format
contains unformatted text and no font or page settings etc. can be applied.
In contrast, a rich text file format allows formatting options such as setting fonts type, styles (bold, italic, underline, etc.),
page margins, headings, bullets and numbers, and several other formatting features.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/word-processing/">here</a>
.
public static final int Diagram
A diagram file.
public static final int Note
An electronic note file.
Note-taking programs such as Microsoft OneNote lets you create, open and edit notes files that contain sections and pages for storing notes.
A note document can be as simple as a text document as well as more detailed consisting of digital images, audio/video clips, and hand sketch drawings.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/note-taking/">here</a>
.
public static final int ProjectManagement
A project management format.
Have you ever come across and wondered what is an MPP file or how to open it?
MPP and other similar files are Project file formats that are created by Project Management software such as Microsoft Project.
A project file is a collection of tasks, resources, and their scheduling to get a measurable output in the form or a product or a service.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/project-management/">here</a>
.
public static final int Pdf
A PDF file.
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. The purpose of this
file format was to introduce a standard for representation of documents and other reference material in
a format that is independent of application software, hardware as well as Operating System. Learn more
about this file format <a target="_blank" href="https://wiki.fileformat.com/view/pdf/">here</a>
.
public static final int Tiff
A TIFF image.
TIFF or TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety
of devices that comply with this file format standard. Learn more about this file format
<a target="_blank" href="https://wiki.fileformat.com/image/tiff/">here</a>
.
public static final int Jpeg
A JPEG image.
JPEG is a type of image format that is saved using the method of lossy compression.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/jpeg/">here</a>
.
public static final int Psd
A PSD image.
PSD, Photoshop Document, represents Adobe Photoshop's native file format used for graphics designing and development.
PSD files may include image layers, adjustment layers, layer masks, annotations, file information, keywords and other Photoshop-specific elements.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/psd/">here</a>
.
public static final int Jpeg2000
A Jpeg2000 image.
JPEG 2000 (JPX) is an image coding system and state-of-the-art image compression standard. Designed,
using wavelet technology JPEG 2000 can code lossless content in any quality at once. Learn more about
this file format <a target="_blank" href="https://wiki.fileformat.com/image/jp2/">here</a>
.
public static final int Gif
A GIF image.
A GIF or Graphical Interchange Format is a type of highly compressed image.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/gif/">here</a>
.
public static final int Png
A PNG image.
PNG, Portable Network Graphics, refers to a type of raster image file format that use lossless compression.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/png/">here</a>
.
public static final int Bmp
A BMP image.
Files having extension .BMP represent Bitmap Image files that are used to store bitmap digital images.
These images are independent of graphics adapter and are also called device independent bitmap (DIB) file
format. Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/bmp/">here</a>
.
public static final int Dicom
A DICOM image.
DICOM is the acronym for Digital Imaging and Communications in Medicine and pertains to the field of Medical Informatics.
DICOM is the combination of file format definition and a network communications protocol.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/dicom/"> here </a>
.
public static final int WebP
A WEBP image.
WebP, introduced by Google, is a modern raster web image file format that is based on lossless and
lossy compression. It provides same image quality while considerably reducing the image size.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/webp/">here</a>
.
public static final int Emf
An EMF image.
Enhanced metafile format (EMF) stores graphical images device-independently.
Metafiles of EMF comprises of variable-length records in chronological order that can render the stored image after parsing on any output device.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/emf/">here</a>
.
public static final int Wmf
A WMF image.
Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data.
To be more accurate, WMF belongs to the vector file format category of Graphics file formats that is device independent.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/wmf/">here</a>
.
public static final int DjVu
A DjVu file.
DjVu is a graphics file format intended for scanned documents and books especially those which contain the combination of text,
drawings, images and photographs. It was developed by AT&T Labs.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/image/djvu/">here</a>
.
public static final int Wav
A WAV audio file.
WAV, known for WAVE (Waveform Audio File Format), is a subset of Microsoft's Resource Interchange File Format (RIFF) specification for storing digital audio files.
The format doesn't apply any compression to the bitstream and stores the audio recordings with different sampling rates and bitrates.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/audio/wav/">here</a>
.
public static final int Mp3
An Mp3 audio file.
Files with MP3 extension are digitally encoded file formats for audio files that are formally based on the MPEG-1 Audio Layer III or MPEG-2 Audio Layer III.
It was developed by the Moving Picture Experts Group (MPEG) that uses Layer 3 audio compression.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/audio/mp3/">here</a>
.
public static final int Avi
An AVI video.
The AVI file format is an Audio Video multimedia container file format that was introduced by Microsoft.
It holds the audio and video data created and compressed using several codecs (Coders/Decoders) such as Xvid and DivX.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/video/avi/">here</a>
.
public static final int Flv
An FLV video.
public static final int Asf
An ASF video.
The Advanced Systems Format (ASF) is a digital multimedia container designed primarily for storing and transmitting media streams.
Microsoft Windows Media Video (WMV) is the compressed video format and Microsoft Windows Media Audio (WMA) is the compressed audio format
along with additional metadata in the ASF container developed by Microsoft.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/video/wmv/">here</a>
.
public static final int Mov
A QuickTime video.
Mov or QuickTime File format is multimedia container which is developed by Apple: contains one or more tracks,
each track holds a particular type of data i.e. Video, Audio, text etc.
Mov format is compatible both in Windows and Macintosh systems.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/video/mov/">here</a>
.
public static final int Matroska
A video encoded with the Matroska multimedia container.
public static final int Zip
A ZIP archive.
ZIP file extension represents archives that can hold one or more files or directories.
The archive can have compression applied to the included files in order to reduce the ZIP file size.
ZIP file format was made public back in February 1989 by Phil Katz for achieving archiving of files and folders.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/compression/zip/">here</a>
.
public static final int VCard
A VCard file.
VCF (Virtual Card Format) or vCard is a digital file format for storing contact information.
The format is widely used for data interchange among popular information exchange applications.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/email/vcf/">here</a>
.
public static final int Epub
An EPUB electronic book.
Files with .EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers.
The format has been so common by now that it is supported by many e-readers and software applications.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/ebook/epub/">here</a>
.
public static final int OpenType
An OpenType font.
public static final int Dxf
A DXF (Drawing Exchange Format) drawing.
DXF, Drawing Interchange Format, or Drawing Exchange Format, is a tagged data representation of AutoCAD drawing file.
Each element in the file has a prefix integer number called a group code.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/cad/dxf/">here</a>
.
public static final int Dwg
A DWG drawing.
Files with DWG extension represent proprietary binary files used for containing 2D and 3D design data.
Like DXF, which are ASCII files, DWG represent the binary file format for CAD (Computer Aided Design) drawings.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/cad/dwg/">here</a>
.
public static final int Eml
An EML email message.
EML file format represents email messages saved using Outlook and other relevant applications.
Almost all emailing clients support this file format for its compliance with RFC-822 Internet Message Format Standard.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/email/eml/">here</a>
.
public static final int Msg
An MSG email message.
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks.
Such messages may contain one or more email fields, with the sender, recipient, subject, date,
and message body, or contact information, appointment particulars, and one or more task specifications.
Learn more about this file format <a target="_blank" href="https://wiki.fileformat.com/email/msg/">here</a>
.
public static final int Torrent
A torrent file that contains metadata about files and folders to be distributed.
public static final int Heif
A HEIF/HEIC image.