java.lang.Object
com.aspose.words.WarningSource
public class WarningSource
| Field Summary | ||
|---|---|---|
static final int | UNKNOWN | |
| The warning source is not specified. | ||
static final int | LAYOUT | |
| Module that builds a document layout. | ||
static final int | DRAWING_ML | |
| Module that renders DrawingML shapes. | ||
static final int | OFFICE_MATH | |
| Module that renders OfficeMath. | ||
static final int | SHAPES | |
| Module that renders ordinary shapes. | ||
static final int | METAFILE | |
| Module that renders metafiles. | ||
static final int | SWF | |
| Module that renders SWF. | ||
static final int | XPS | |
| Module that renders XPS. | ||
static final int | PDF | |
| Module that renders PDF. | ||
static final int | IMAGE | |
| Module that renders images. | ||
static final int | DOCX | |
| Module that reads/writes DOCX files. | ||
static final int | DOC | |
| Module that reads/writes binary DOC files. | ||
static final int | TEXT | |
| Module that reads/writes plaintext files. | ||
static final int | RTF | |
| Module that reads/writes RTF files. | ||
static final int | WORD_ML | |
| Module that reads/writes WML files. | ||
static final int | NRX | |
| Common modules that are shared between DOCX/WML reader/writer modules. | ||
static final int | ODT | |
| Module that reads/writes ODT files. | ||
static final int | HTML | |
| Module that reads/writes HTML/MHTML files. | ||
static final int | VALIDATOR | |
| Module that verifies model consistency and validity. | ||
static final int | XAML | |
| Module that reads/writes Xaml files. | ||
static final int | SVM | |
| Module that reads Svm files. | ||
static final int | MATH_ML | |
| Module that reads W3C MathML files. | ||
| Field Detail |
|---|
UNKNOWN = 0 | |
public static final int UNKNOWN | |
LAYOUT = 1 | |
public static final int LAYOUT | |
DRAWING_ML = 2 | |
public static final int DRAWING_ML | |
OFFICE_MATH = 3 | |
public static final int OFFICE_MATH | |
SHAPES = 4 | |
public static final int SHAPES | |
METAFILE = 5 | |
public static final int METAFILE | |
SWF = 6 | |
public static final int SWF | |
XPS = 7 | |
public static final int XPS | |
PDF = 8 | |
public static final int PDF | |
IMAGE = 9 | |
public static final int IMAGE | |
DOCX = 10 | |
public static final int DOCX | |
DOC = 11 | |
public static final int DOC | |
TEXT = 12 | |
public static final int TEXT | |
RTF = 13 | |
public static final int RTF | |
WORD_ML = 14 | |
public static final int WORD_ML | |
NRX = 15 | |
public static final int NRX | |
ODT = 16 | |
public static final int ODT | |
HTML = 17 | |
public static final int HTML | |
VALIDATOR = 18 | |
public static final int VALIDATOR | |
XAML = 19 | |
public static final int XAML | |
SVM = 20 | |
public static final int SVM | |
MATH_ML = 21 | |
public static final int MATH_ML | |