public final class DocumentType
extends com.aspose.ms.System.Enum
Describes a type of the file.
Modifier and Type | Field and Description |
---|---|
static int |
Archive
Archive file.
|
static int |
Ebook
Ebook document (ePUB, FictionBook, etc).
|
static int |
Email
Email document (email messages or email message containers).
|
static int |
Markup
Markup document (HTML, XML, Markdown, etc).
|
static int |
Note
Note document.
|
static int |
Pdf
PDF document.
|
static int |
Presentation
Presentation document (PPT, PPTX, ODP, etc).
|
static int |
Spreadsheet
Spreadsheet document (XLS, XLSX, ODS, etc).
|
static int |
WordProcessing
Word Processing document (DOC, DOCX, ODT, etc).
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int WordProcessing
Word Processing document (DOC, DOCX, ODT, etc).
public static final int Spreadsheet
Spreadsheet document (XLS, XLSX, ODS, etc).
public static final int Presentation
Presentation document (PPT, PPTX, ODP, etc).
public static final int Email
Email document (email messages or email message containers).
public static final int Pdf
PDF document.
public static final int Markup
Markup document (HTML, XML, Markdown, etc).
public static final int Ebook
Ebook document (ePUB, FictionBook, etc).
public static final int Note
Note document.
public static final int Archive
Archive file.