public final class DocumentType
extends com.aspose.ms.System.Enum
Represents enumeration for different document types.
Modifier and Type | Field and Description |
---|---|
static int |
Book
Represents an electronic book (.epub).
|
static int |
Cells
Represents MS Excel document formats family (.xls, .xlsx, .xlsm, .xltx, .xltm, .xlsb, .ods).
|
static int |
Chm
Chm (.Chm).
|
static int |
FictionBook
Represents an Fiction book format (.fb2).
|
static int |
Notes
Represents notes (.one).
|
static int |
OutlookEmailMessage
Represents MS Outlook Email Message.
|
static int |
OutlookStorage
Represents MS Outlook data file formats family (.pst, .ost).
|
static int |
Pdf
Represents Pdf document format (.pdf).
|
static int |
Slides
Represents MS Powerpoint document formats family (.ppt, .pptx, .pptm, .pps, .ppsx, .ppsm, .pot, .potx, .odp).
|
static int |
Text
Represents Text document (.txt).
|
static int |
Undefined
Represent undefined type of document.
|
static int |
Words
Represents MS Words document formats family (.doc, .docx, .odt, .ott, .rtf, .dot, .dotx, .docm, .dotm).
|
static int |
ZipArchive
Zip archive (.Zip).
|
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 Undefined
Represent undefined type of document.
public static final int Text
Represents Text document (.txt).
public static final int Words
Represents MS Words document formats family (.doc, .docx, .odt, .ott, .rtf, .dot, .dotx, .docm, .dotm).
public static final int Cells
Represents MS Excel document formats family (.xls, .xlsx, .xlsm, .xltx, .xltm, .xlsb, .ods).
public static final int Slides
Represents MS Powerpoint document formats family (.ppt, .pptx, .pptm, .pps, .ppsx, .ppsm, .pot, .potx, .odp).
public static final int Pdf
Represents Pdf document format (.pdf).
public static final int OutlookStorage
Represents MS Outlook data file formats family (.pst, .ost).
public static final int OutlookEmailMessage
Represents MS Outlook Email Message.
public static final int Book
Represents an electronic book (.epub).
public static final int FictionBook
Represents an Fiction book format (.fb2).
public static final int Notes
Represents notes (.one).
public static final int ZipArchive
Zip archive (.Zip).
public static final int Chm
Chm (.Chm).
Copyright © 2019. All rights reserved.