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 | 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. | ||
static final int | FONT | |
| Module that reads font files. | ||
static final int | SVG | |
| Module that reads SVG files. | ||
static final int | MARKDOWN | |
| Module that reads/writes Markdown files. | ||
static final int | CHM | |
| Module that reads CHM files. | ||
static final int | EPUB | |
| Module that reads/writes EPUB files. | ||
static final int | XML | |
| Module that reads XML files. | ||
static final int | XLSX | |
| Module that writes XLSX 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 | |
XPS = 6 | |
public static final int XPS | |
PDF = 7 | |
public static final int PDF | |
IMAGE = 8 | |
public static final int IMAGE | |
DOCX = 9 | |
public static final int DOCX | |
DOC = 10 | |
public static final int DOC | |
TEXT = 11 | |
public static final int TEXT | |
RTF = 12 | |
public static final int RTF | |
WORD_ML = 13 | |
public static final int WORD_ML | |
NRX = 14 | |
public static final int NRX | |
ODT = 15 | |
public static final int ODT | |
HTML = 16 | |
public static final int HTML | |
VALIDATOR = 17 | |
public static final int VALIDATOR | |
XAML = 18 | |
public static final int XAML | |
SVM = 19 | |
public static final int SVM | |
MATH_ML = 20 | |
public static final int MATH_ML | |
FONT = 21 | |
public static final int FONT | |
SVG = 22 | |
public static final int SVG | |
MARKDOWN = 23 | |
public static final int MARKDOWN | |
CHM = 24 | |
public static final int CHM | |
EPUB = 25 | |
public static final int EPUB | |
XML = 26 | |
public static final int XML | |
XLSX = 27 | |
public static final int XLSX | |