public final class DocumentType extends Object
Defines document type.
Modifier and Type | Field and Description |
---|---|
static int |
Image
Image Document Type.
|
static int |
Pdf
PDF Document Type.
|
static int |
Presentation
Presentation Document Type.
|
static int |
Spreadsheet
Spreadsheet Document Type.
|
static int |
Unknown
Indicates an error, unknown document type.
|
static int |
WordProcessing
Word Processing Document Type.
|
public static final int Image
Image Document Type.
public static final int Pdf
PDF Document Type.
public static final int Presentation
Presentation Document Type.
public static final int Spreadsheet
Spreadsheet Document Type.
public static final int Unknown
Indicates an error, unknown document type.
public static final int WordProcessing
Word Processing Document Type.