DocumentType
Inheritance: java.lang.Object
public final class DocumentType
Defines document type.
Fields
Field | Description |
---|---|
Unknown | Indicates an error, unknown document type. |
PDF Document Type. | |
WordProcessing | Word Processing Document Type. |
Presentation | Presentation Document Type. |
Spreadsheet | Spreadsheet Document Type. |
Image | Image Document Type. |
Certificate | Certificate file Type. |
Archive | Archive file type. |
Unknown
public static final int Unknown
Indicates an error, unknown document type.
public static final int Pdf
PDF Document Type.
WordProcessing
public static final int WordProcessing
Word Processing Document Type.
Presentation
public static final int Presentation
Presentation Document Type.
Spreadsheet
public static final int Spreadsheet
Spreadsheet Document Type.
Image
public static final int Image
Image Document Type.
Certificate
public static final int Certificate
Certificate file Type.
Archive
public static final int Archive
Archive file type.