FileType

Contents
[ ]

Inheritance: java.lang.Object

public final class FileType

Represents file type. Provides methods to obtain list of all file types supported by GroupDocs.Merger, detect file type by extension etc.


Learn more

Fields

Field Description
Unknown Represents unknown file type.
ZIP Zipped File (.zip)
TAR Consolidated Unix File Archive (.tar)
VSSX Visio Stencil File (.vssx) are drawing stencils created with Microsoft Visio 2013 and above.
VSDX Visio Drawing (.vsdx) represents Microsoft Visio file format introduced from Microsoft Office 2013 onwards.
VSDM Visio Macro-Enabled Drawing (.vsdm) are drawing files created with Microsoft Visio application that supports macros.
VSTX Visio Drawing Template (.vstx) are drawing template files created with Microsoft Visio 2013 and above.
VSTM Visio Macro-Enabled Drawing Template (.vstm) are template files created with Microsoft Visio that support macros.
VSSM Visio Macro-Enabled Stencil File (.vssm) are Microsoft Visio Stencil files that support provide support for macros.
VSX Visio Stencil XML File (.vsx) refers to stencils that consist of drawings and shapes that are used for creating diagrams in Microsoft Visio.
VTX Visio Template XML File (.vtx) is a Microsoft Visio drawing template that is saved to disc in XML file format.
VDX Visio Drawing XML File (.vdx)is a drawing or chart created in Microsoft Visio, but saved in XML format have .VDX extension.
EPUB Open eBook File (.epub) are an e-book file format that provide a standard digital publication format for publishers and consumers.
BMP Bitmap Image File (.bmp) represent files that are used to store bitmap digital images.
JPG JPEG Image (.jpg)
JPEG JPEG Image (.jpeg) is a type of image format that is saved using the method of lossy compression.
PNG Portable Network Graphic (.png) is a type of raster image file format that use loseless compression.
PS PostScript File (.ps)
TIF Tagged Image File (.tif)
TIFF Tagged Image File Format (.tiff)
GIF Graphical Interchange Format File (.gif)
SVG Scalable Vector Graphics File (.svg)
SVGZ Scalable Vector Graphics Compressed File (.svgz)
HTML Hypertext Markup Language File (.html) is the extension for web pages created for display in browsers.
MHT MHTML Web Archive (.mht) is a web page archive format that can be created by a number of different applications.
MHTML MIME HTML File (.mhtml) is a web page archive format that can be created by a number of different applications.
ONE OneNote Document (.one) files are created by Microsoft OneNote application.
PDF Portable Document Format File (.pdf) isa file format that was to introduced as 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.
XPS XML Paper Specification File (.xps) represents page layout files that are based on XML Paper Specifications created by Microsoft.
TEX LaTeX Source Document (.tex) is a language that comprises of programming as well as mark-up features, used to typeset documents.
PPT PowerPoint Presentation (.ppt) represents PowerPoint file that consists of a collection of slides for displaying as SlideShow.
PPTX PowerPoint Open XML Presentation (.pptx) is a presentation file created with popular Microsoft PowerPoint application.
PPS PowerPoint Slide Show (.pps) is a file created using Microsoft PowerPoint for Slide Show purpose.
PPSX PowerPoint Open XML Slide Show (.ppsx) is a file created using Microsoft PowerPoint 2007 and above for Slide Show purpose.
ODP OpenDocument Presentation (.odp) represents presentation file format used by OpenOffice.org in the OASISOpen standard.
OTP OpenDocument Presentation Template (.otp) represents presentation template files created by applications in OASIS OpenDocument standard format.
XLS Excel Spreadsheet (.xls) is a file that can be created by Microsoft Excel as well as other similar spreadsheet programs such as OpenOffice Calc or Apple Numbers.
XLSX Microsoft Excel Open XML Spreadsheet (.xlsx) is a well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007.
XLSM Excel Open XML Macro-Enabled Spreadsheet (.xlsm) is a type of Spreasheet files that support macros.
XLSB Excel Binary Spreadsheet (.xlsb) file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content.
CSV Comma Separated Values File (.csv) represents plain text files that contain records of data with comma separated values.
TSV Tab Separated Values File (.tsv) represents data separated with tabs in plain text format.
ODS OpenDocument Spreadsheet (.ods).
XLTM Excel Open XML Macro-Enabled Spreadsheet Template (.xltm) represents files that are generated by Microsoft Excel as Macro-enabled template files.
XLTX Excel Open XML Spreadsheet Template (.xltx) files are based on the Office OpenXML file format specifications.
XLT Excel Template File (.xlt) are template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite.
XLAM Excel Macro-Enabled Add-In (.xlam).
DOC Microsoft Word Document (.doc) represent documents generated by Microsoft Word or other word processing documents in binary file format.
DOCX Microsoft Word Open XML Document (.docx) is a well-known format for Microsoft Word documents.
DOCM Word Open XML Macro-Enabled Document (.docm) files are Microsoft Word 2007 or higher generated documents with the ability to run macros.
DOT Word Document Template (.dot) files are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files.
DOTX Word Open XML Document Template (.dotx) are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files.
DOTM Word Open XML Macro-Enabled Document Template (.dotm) represents template file created with Microsoft Word 2007 or higher.
RTF Rich Text Format File (.rtf) introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications.
TXT Plain Text File (.txt) represents a text document that contains plain text in the form of lines.
ERR Error Log File (.err) is a text file that contains error messages generated by a program.
ODT OpenDocument Text Document (.odt) files are type of documents created with word processing applications that are based on OpenDocument Text File format.
OTT OpenDocument Document Template (.ott) represent template documents generated by applications in compliance with the OASIS’ OpenDocument standard format.
WAV WAV, known for WAVE (Waveform Audio File Format), is a subset of Microsoft\u2019s Resource Interchange File Format (RIFF) specification for storing digital audio files.

Methods

Method Description
getFileFormat() File type name e.g.
getExtension() Filename suffix (including the period “.”) e.g.
fromExtension(String extension) Maps file extension to file type.
getSupportedFileTypes() Retrieves supported file types
equals(FileType other) Determines whether the current FileType is the same as specified FileType object.
equals(Object obj) Determines whether the current FileType is the same as specified object.
hashCode() Returns the hash code for the current FileType object.
op_Equality(FileType left, FileType right) Determines whether two FileType objects are the same.
op_Inequality(FileType left, FileType right) Determines whether two FileType objects are not the same.
toString() Returns a string that represents the current object.
isText(FileType fileType) Determines whether input FileType is primitive text format.
isArchive(FileType fileType) Determines whether input FileType is archive format.
isImage(FileType fileType) Determines whether input FileType is primitive text format.
isAudio(FileType fileType) Determines whether input FileType is audio format.
getBase(FileType fileType)

Unknown

public static final FileType Unknown

Represents unknown file type.

ZIP

public static FileType ZIP

Zipped File (.zip)

TAR

public static FileType TAR

Consolidated Unix File Archive (.tar)

VSSX

public static final FileType VSSX

Visio Stencil File (.vssx) are drawing stencils created with Microsoft Visio 2013 and above. The VSSX file format can be opened with Visio 2013 and above. Visio files are known for representation of a variety of drawing elements such as collection of shapes, connectors, flowcharts, network layout, UML diagrams, Learn more about this file format here.

VSDX

public static final FileType VSDX

Visio Drawing (.vsdx) represents Microsoft Visio file format introduced from Microsoft Office 2013 onwards. It was developed to replace the binary file format, .VSD, which is supported by earlier versions of Microsoft Visio. Learn more about this file format here.

VSDM

public static final FileType VSDM

Visio Macro-Enabled Drawing (.vsdm) are drawing files created with Microsoft Visio application that supports macros. VSDM files are OPC/XML drawings that are similar to VSDX, but also provide the capability to run macros when the file is opened. Learn more about this file format here.

VSTX

public static final FileType VSTX

Visio Drawing Template (.vstx) are drawing template files created with Microsoft Visio 2013 and above. These VSTX files provide starting point for creating Visio drawings, saved as .VSDX files, with default layout and settings. Learn more about this file format here.

VSTM

public static final FileType VSTM

Visio Macro-Enabled Drawing Template (.vstm) are template files created with Microsoft Visio that support macros. Unlike VSDX files, files created from VSTM templates can run macros that are developed in Visual Basic for Applications (VBA) code. Learn more about this file format here.

VSSM

public static final FileType VSSM

Visio Macro-Enabled Stencil File (.vssm) are Microsoft Visio Stencil files that support provide support for macros. A VSSM file when opened allows to run the macros to achieve desired formatting and placement of shapes in a diagram. Learn more about this file format here.

VSX

public static final FileType VSX

Visio Stencil XML File (.vsx) refers to stencils that consist of drawings and shapes that are used for creating diagrams in Microsoft Visio. VSX files are saved in XML file format and was supported till Visio 2013. Learn more about this file format here.

VTX

public static final FileType VTX

Visio Template XML File (.vtx) is a Microsoft Visio drawing template that is saved to disc in XML file format. The template is aimed to provide a file with basic settings that can be used to create multiple Visio files of the same settings. Learn more about this file format here.

VDX

public static final FileType VDX

Visio Drawing XML File (.vdx)is a drawing or chart created in Microsoft Visio, but saved in XML format have .VDX extension. A Visio drawing XML file is created in Visio software, which is developed by Microsoft. Learn more about this file format here.

EPUB

public static final FileType EPUB

Open eBook File (.epub) 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 here.

BMP

public static final FileType BMP

Bitmap Image File (.bmp) represent files that are used to store bitmap digital images. Learn more about this file format here.

JPG

public static final FileType JPG

JPEG Image (.jpg)

JPEG

public static final FileType JPEG

JPEG Image (.jpeg) is a type of image format that is saved using the method of lossy compression. The output image, as result of compression, is a trade-off between storage size and image quality. Learn more about this file format here.

PNG

public static final FileType PNG

Portable Network Graphic (.png) is a type of raster image file format that use loseless compression. Learn more about this file format here.

PS

public static final FileType PS

PostScript File (.ps)

TIF

public static FileType TIF

Tagged Image File (.tif)

TIFF

public static FileType TIFF

Tagged Image File Format (.tiff)

GIF

public static FileType GIF

Graphical Interchange Format File (.gif)

SVG

public static FileType SVG

Scalable Vector Graphics File (.svg)

SVGZ

public static FileType SVGZ

Scalable Vector Graphics Compressed File (.svgz)

HTML

public static final FileType HTML

Hypertext Markup Language File (.html) is the extension for web pages created for display in browsers. Learn more about this file format here.

MHT

public static final FileType MHT

MHTML Web Archive (.mht) is a web page archive format that can be created by a number of different applications. Learn more about this file format here.

MHTML

public static final FileType MHTML

MIME HTML File (.mhtml) is a web page archive format that can be created by a number of different applications. Learn more about this file format here.

ONE

public static final FileType ONE

OneNote Document (.one) files are created by Microsoft OneNote application. OneNote lets you gather information using the application as if you are using your draftpad for taking notes. Learn more about this file format here.

PDF

public static final FileType PDF

Portable Document Format File (.pdf) isa file format that was to introduced as 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 here.

XPS

public static final FileType XPS

XML Paper Specification File (.xps) represents page layout files that are based on XML Paper Specifications created by Microsoft. Learn more about this file format here.

TEX

public static final FileType TEX

LaTeX Source Document (.tex) is a language that comprises of programming as well as mark-up features, used to typeset documents. Learn more about this file format here.

PPT

public static final FileType PPT

PowerPoint Presentation (.ppt) represents PowerPoint file that consists of a collection of slides for displaying as SlideShow. It specifies the Binary File Format used by Microsoft PowerPoint 97-2003. Learn more about this file format here.

PPTX

public static final FileType PPTX

PowerPoint Open XML Presentation (.pptx) is a presentation file created with popular Microsoft PowerPoint application. Unlike the previous version of presentation file format PPT which was binary, the PPTX format is based on the Microsoft PowerPoint open XML presentation file format. Learn more about this file format here.

PPS

public static final FileType PPS

PowerPoint Slide Show (.pps) is a file created using Microsoft PowerPoint for Slide Show purpose. PPS file reading and creation is supported by Microsoft PowerPoint 97-2003. Learn more about this file format here.

PPSX

public static final FileType PPSX

PowerPoint Open XML Slide Show (.ppsx) is a file created using Microsoft PowerPoint 2007 and above for Slide Show purpose. Learn more about this file format here.

ODP

public static final FileType ODP

OpenDocument Presentation (.odp) represents presentation file format used by OpenOffice.org in the OASISOpen standard. Learn more about this file format here.

OTP

public static final FileType OTP

OpenDocument Presentation Template (.otp) represents presentation template files created by applications in OASIS OpenDocument standard format. Learn more about this file format here.

XLS

public static final FileType XLS

Excel Spreadsheet (.xls) is a file that can be created by Microsoft Excel as well as other similar spreadsheet programs such as OpenOffice Calc or Apple Numbers. Learn more about this file format here.

XLSX

public static final FileType XLSX

Microsoft Excel Open XML Spreadsheet (.xlsx) is a well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007. Learn more about this file format here.

XLSM

public static final FileType XLSM

Excel Open XML Macro-Enabled Spreadsheet (.xlsm) is a type of Spreasheet files that support macros. Learn more about this file format here.

XLSB

public static final FileType XLSB

Excel Binary Spreadsheet (.xlsb) file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content. Learn more about this file format here.

CSV

public static final FileType CSV

Comma Separated Values File (.csv) represents plain text files that contain records of data with comma separated values. Learn more about this file format here.

TSV

public static final FileType TSV

Tab Separated Values File (.tsv) represents data separated with tabs in plain text format. Learn more about this file format here.

ODS

public static final FileType ODS

OpenDocument Spreadsheet (.ods).

XLTM

public static final FileType XLTM

Excel Open XML Macro-Enabled Spreadsheet Template (.xltm) represents files that are generated by Microsoft Excel as Macro-enabled template files. XLTM files are similar to XLTX in structure other than that the later doesn’t support creating template files with macros. Learn more about this file format here.

XLTX

public static final FileType XLTX

Excel Open XML Spreadsheet Template (.xltx) files are based on the Office OpenXML file format specifications. It is used to create a standard template file that can be utilized to generate XLSX files that exhibit the same settings as specified in the XLTX file. Learn more about this file format here.

XLT

public static final FileType XLT

Excel Template File (.xlt) are template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite. Microsoft Office 97-2003 supported creating new XLT files as well as opening these. Learn more about this file format here.

XLAM

public static final FileType XLAM

Excel Macro-Enabled Add-In (.xlam).

DOC

public static final FileType DOC

Microsoft Word Document (.doc) represent documents generated by Microsoft Word or other word processing documents in binary file format. Learn more about this file format here.

DOCX

public static final FileType DOCX

Microsoft Word Open XML Document (.docx) is a well-known format for Microsoft Word documents. Introduced from 2007 with the release of Microsoft Office 2007, the structure of this new Document format was changed from plain binary to a combination of XML and binary files. Learn more about this file format here.

DOCM

public static final FileType DOCM

Word Open XML Macro-Enabled Document (.docm) files are Microsoft Word 2007 or higher generated documents with the ability to run macros. Learn more about this file format here.

DOT

public static final FileType DOT

Word Document Template (.dot) files are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files. Learn more about this file format here.

DOTX

public static final FileType DOTX

Word Open XML Document Template (.dotx) are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files. Learn more about this file format here.

DOTM

public static final FileType DOTM

Word Open XML Macro-Enabled Document Template (.dotm) represents template file created with Microsoft Word 2007 or higher. Learn more about this file format here.

RTF

public static final FileType RTF

Rich Text Format File (.rtf) introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications. Learn more about this file format here.

TXT

public static final FileType TXT

Plain Text File (.txt) represents a text document that contains plain text in the form of lines. Learn more about this file format here.

ERR

public static final FileType ERR

Error Log File (.err) is a text file that contains error messages generated by a program. Learn more about this file format here.

ODT

public static final FileType ODT

OpenDocument Text Document (.odt) files are type of documents created with word processing applications that are based on OpenDocument Text File format. Learn more about this file format here.

OTT

public static final FileType OTT

OpenDocument Document Template (.ott) represent template documents generated by applications in compliance with the OASIS’ OpenDocument standard format. Learn more about this file format here.

WAV

public static FileType WAV

WAV, known for WAVE (Waveform Audio File Format), is a subset of Microsoft\u2019s Resource Interchange File Format (RIFF) specification for storing digital audio files. The format doesn\u2019t apply any compression to the bitstream and stores the audio recordings with different sampling rates and bitrates. It has been and is one of the standard format for audio CDs. Learn more about this file format here .

getFileFormat()

public final String getFileFormat()

File type name e.g. “Microsoft Word Document”.

Returns: java.lang.String

getExtension()

public final String getExtension()

Filename suffix (including the period “.”) e.g. “.doc”.

Returns: java.lang.String

fromExtension(String extension)

public static FileType fromExtension(String extension)

Maps file extension to file type.

Parameters:

Parameter Type Description
extension java.lang.String File extension (including the period “.”).

Returns: FileType - When file type is supported returns it, otherwise returns default #Unknown.Unknown file type.

getSupportedFileTypes()

public static List<FileType> getSupportedFileTypes()

Retrieves supported file types

Returns: java.util.List<com.groupdocs.merger.domain.FileType> - Returns sequence of supported file types

equals(FileType other)

public final boolean equals(FileType other)

Determines whether the current FileType is the same as specified FileType object.

Parameters:

Parameter Type Description
other FileType The object to compare with the current FileType object.

Returns: boolean - ``` true


if both [FileType](../../com.groupdocs.merger.domain/filetype) objects are the same; otherwise,

false

### equals(Object obj) {#equals-java.lang.Object-}

public boolean equals(Object obj)



Determines whether the current [FileType](../../com.groupdocs.merger.domain/filetype) is the same as specified object.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| obj | java.lang.Object | The object to compare with the current [FileType](../../com.groupdocs.merger.domain/filetype) object. |

**Returns:**
boolean - ```
true

if

obj

parameter is FileType and is the same as current FileType object; otherwise,

false

hashCode()

public int hashCode()

Returns the hash code for the current FileType object.

Returns: int - A hash code for the current FileType object.

op_Equality(FileType left, FileType right)

public static boolean op_Equality(FileType left, FileType right)

Determines whether two FileType objects are the same.

Parameters:

Parameter Type Description
left FileType Left FileType object.
right FileType Right FileType object.

Returns: boolean - ``` true


if both [FileType](../../com.groupdocs.merger.domain/filetype) objects are the same; otherwise,

false

### op_Inequality(FileType left, FileType right) {#op-Inequality-com.groupdocs.merger.domain.FileType-com.groupdocs.merger.domain.FileType-}

public static boolean op_Inequality(FileType left, FileType right)



Determines whether two [FileType](../../com.groupdocs.merger.domain/filetype) objects are not the same.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| left | [FileType](../../com.groupdocs.merger.domain/filetype) | Left [FileType](../../com.groupdocs.merger.domain/filetype) object. |
| right | [FileType](../../com.groupdocs.merger.domain/filetype) | Right [FileType](../../com.groupdocs.merger.domain/filetype) object. |

**Returns:**
boolean - ```
true

if both FileType objects are not the same; otherwise,

false

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - A string that represents the current object.

isText(FileType fileType)

public static boolean isText(FileType fileType)

Determines whether input FileType is primitive text format.

Parameters:

Parameter Type Description
fileType FileType The FileType object.

Returns: boolean - ``` true


if input [FileType](../../com.groupdocs.merger.domain/filetype) is primitive text format; otherwise,

false

### isArchive(FileType fileType) {#isArchive-com.groupdocs.merger.domain.FileType-}

public static boolean isArchive(FileType fileType)



Determines whether input [FileType](../../com.groupdocs.merger.domain/filetype) is archive format.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| fileType | [FileType](../../com.groupdocs.merger.domain/filetype) | The [FileType](../../com.groupdocs.merger.domain/filetype) object. |

**Returns:**
boolean - ```
true

if input FileType is archive format; otherwise,

false

isImage(FileType fileType)

public static boolean isImage(FileType fileType)

Determines whether input FileType is primitive text format.

Parameters:

Parameter Type Description
fileType FileType The FileType object.

Returns: boolean - ``` true


if input [FileType](../../com.groupdocs.merger.domain/filetype) is primitive image format; otherwise,

false

### isAudio(FileType fileType) {#isAudio-com.groupdocs.merger.domain.FileType-}

public static boolean isAudio(FileType fileType)



Determines whether input [FileType](../../com.groupdocs.merger.domain/filetype) is audio format.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| fileType | [FileType](../../com.groupdocs.merger.domain/filetype) | The [FileType](../../com.groupdocs.merger.domain/filetype) object. |

**Returns:**
boolean - ```
true

if input FileType is audio format; otherwise,

false

getBase(FileType fileType)

public static FileType getBase(FileType fileType)

Parameters:

Parameter Type Description
fileType FileType

Returns: FileType