DocumentFormat

public enum DocumentFormat

Defines the format of the currently processed/used document.

Entries

Link copied to clipboard

Unknown or undefined document format. It is also returned if any error occurs.

Link copied to clipboard

Icon and cursor format (single or multi page).

Link copied to clipboard

Standard Windows Bitmap Format.

Link copied to clipboard

Wireless Bitmap.

Link copied to clipboard

Joint Photographic Expert Group.

Link copied to clipboard

Graphics Interchange Format.

Link copied to clipboard

Portable Network Graphics Format.

Link copied to clipboard

Tagged Image Format.

Link copied to clipboard

Group 3 Raw Fax Format.

Link copied to clipboard

Exchangeable Image Format.

Link copied to clipboard

Enhanced Windows Meta-format.

Link copied to clipboard

Standard Windows Meta-format.

Link copied to clipboard

JPEG Network Graphics.

Link copied to clipboard

KOALA Format.

Link copied to clipboard

Interchange Format.

Link copied to clipboard

Multiple-image Network Graphics.

Link copied to clipboard

Kodak Photo-CD file.

Link copied to clipboard

PC Paintbrush Format.

Link copied to clipboard

Portable Bitmap File.

Link copied to clipboard

Portable Bitmap BINARY.

Link copied to clipboard

Portable Float Map.

Link copied to clipboard

Portable Gray-map File.

Link copied to clipboard

Portable Gray-map BINARY.

Link copied to clipboard

Portable Pix-map File.

Link copied to clipboard

Portable Pix-map BINARY.

Link copied to clipboard

Sun Raster Format.

Link copied to clipboard

TARGA Image Format.

Link copied to clipboard

Photoshop File.

Link copied to clipboard

Dr. Halo/Dr.Genius Clipboard Format.

Link copied to clipboard

X-Bitmap Format.

Link copied to clipboard

X Pixmap Format.

Link copied to clipboard

Microsoft Direct-draw Surface Format.

Link copied to clipboard

High Dynamic Range Format.

Link copied to clipboard

Silicon Graphics Image Format.

Link copied to clipboard

OpenEXR Format.

Link copied to clipboard

JPEG-2000 Code-stream.

Link copied to clipboard

JPEG-2000 Format.

Link copied to clipboard

Joint Bi-level Image Experts Group.

Link copied to clipboard

Macintosh PICT Format

Link copied to clipboard
Link copied to clipboard

WebP format.

Link copied to clipboard

Digital Imaging and Communications in Medicine.

Link copied to clipboard

Wavelet scalar quantization.

Link copied to clipboard

High Efficiency Image File Format.

Link copied to clipboard

Joint Bi-level Image Experts Group.

Link copied to clipboard

Standard Windows Bitmap Format using memory.

Link copied to clipboard

Portable Document Format.

Link copied to clipboard

Scalable Vector Graphics.

Link copied to clipboard

Plain text file.

Link copied to clipboard

Microsoft Word OpenXML.

Link copied to clipboard

Rich Text File Format.

Link copied to clipboard

AutoCAD DXF (Drawing Interchange Format, or Drawing Exchange Format).

Link copied to clipboard

OpenDocument text file format.

Link copied to clipboard

Microsoft Excel Spreadsheet format.

Link copied to clipboard

Microsoft Powerpoint Presentation format.

Link copied to clipboard

Microsoft Word (.doc) binary file format.

Link copied to clipboard

Microsoft Excel (.xls) binary file format.

Link copied to clipboard

Microsoft PowerPoint (.ppt) binary file format.

Link copied to clipboard

HTML format.

Link copied to clipboard

Outlook Message Item File format.

Link copied to clipboard

E-Mail Message format.

Link copied to clipboard

PostScript format.

Link copied to clipboard

Binary CAD format

Link copied to clipboard

Functions

Link copied to clipboard
public static DocumentFormat valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<DocumentFormat> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.