DocumentType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class DocumentType
Defines document type.
| 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. |
public static final int Unknown
Indicates an error, unknown document type.
public static final int Pdf
PDF Document Type.
public static final int WordProcessing
Word Processing Document Type.
public static final int Presentation
Presentation Document Type.
public static final int Spreadsheet
Spreadsheet Document Type.
public static final int Image
Image Document Type.
public static final int Certificate
Certificate file Type.
public static final int Archive
Archive file type.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.