public final class WarningSource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHM
Module that reads CHM files.
|
static int |
DOC
Module that reads/writes binary DOC files.
|
static int |
DOCX
Module that reads/writes DOCX files.
|
static int |
DRAWING_ML
Module that renders DrawingML shapes.
|
static int |
EPUB
Module that reads/writes EPUB files.
|
static int |
FONT
Module that reads font files.
|
static int |
HTML
Module that reads/writes HTML/MHTML files.
|
static int |
IMAGE
Module that renders images.
|
static int |
LAYOUT
Module that builds a document layout.
|
static int |
length |
static int |
MARKDOWN
Module that reads/writes Markdown files.
|
static int |
MATH_ML
Module that reads W3C MathML files.
|
static int |
METAFILE
Module that renders metafiles.
|
static int |
NRX
Common modules that are shared between DOCX/WML reader/writer modules.
|
static int |
ODT
Module that reads/writes ODT files.
|
static int |
OFFICE_MATH
Module that renders OfficeMath.
|
static int |
PDF
Module that renders PDF.
|
static int |
RTF
Module that reads/writes RTF files.
|
static int |
SHAPES
Module that renders ordinary shapes.
|
static int |
SVG
Module that reads SVG files.
|
static int |
SVM
Module that reads Svm files.
|
static int |
TEXT
Module that reads/writes plaintext files.
|
static int |
UNKNOWN
The warning source is not specified.
|
static int |
VALIDATOR
Module that verifies model consistency and validity.
|
static int |
WORD_ML
Module that reads/writes WML files.
|
static int |
XAML
Module that reads/writes Xaml files.
|
static int |
XPS
Module that renders XPS.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String warningSourceName) |
static java.lang.String |
getName(int warningSource) |
static int[] |
getValues() |
static java.lang.String |
toString(int warningSource) |
public static final int UNKNOWN
public static final int LAYOUT
public static final int DRAWING_ML
public static final int OFFICE_MATH
public static final int SHAPES
public static final int METAFILE
public static final int XPS
public static final int PDF
public static final int IMAGE
public static final int DOCX
public static final int DOC
public static final int TEXT
public static final int RTF
public static final int WORD_ML
public static final int NRX
public static final int ODT
public static final int HTML
public static final int VALIDATOR
public static final int XAML
public static final int SVM
public static final int MATH_ML
public static final int FONT
public static final int SVG
public static final int MARKDOWN
public static final int CHM
public static final int EPUB
public static final int length