DocumentType

public enum DocumentType

The type of the document currently used.

Entries

Link copied to clipboard

Unknown or undefined document type.

Link copied to clipboard

Raster image.

Link copied to clipboard

Metafile image.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Text-based document.

Link copied to clipboard

Open XML Wordprocessing.

Link copied to clipboard

RTF format.

Link copied to clipboard

DXF format.

Link copied to clipboard

OpenDocument Text format.

Link copied to clipboard

Open XML Spreadsheet.

Link copied to clipboard

Open XML Presentation.

Link copied to clipboard

Word (.doc) Binary File Format.

Link copied to clipboard

Excel (.xls) Binary File Format.

Link copied to clipboard

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 DocumentType 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<DocumentType> 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.