com.aspose.words
Class WarningSource

java.lang.Object
    extended by com.aspose.words.WarningSource

public class WarningSource 
extends java.lang.Object

Utility class containing constants. Specifies the module that produces a warning during document loading or saving.

Field Summary
static final intUNKNOWN = 0
           The warning source is not specified.
static final intLAYOUT = 1
           Module that builds a document layout.
static final intDRAWING_ML = 2
           Module that renders DrawingML shapes.
static final intOFFICE_MATH = 3
           Module that renders OfficeMath.
static final intSHAPES = 4
           Module that renders ordinary shapes.
static final intMETAFILE = 5
           Module that renders metafiles.
static final intSWF = 6
           Module that renders SWF.
static final intXPS = 7
           Module that renders XPS.
static final intPDF = 8
           Module that renders PDF.
static final intIMAGE = 9
           Module that renders images.
static final intDOCX = 10
           Module that reads/writes DOCX files.
static final intDOC = 11
           Module that reads/writes binary DOC files.
static final intTEXT = 12
           Module that reads/writes plaintext files.
static final intRTF = 13
           Module that reads/writes RTF files.
static final intWORD_ML = 14
           Module that reads/writes WML files.
static final intNRX = 15
           Common modules that are shared between DOCX/WML reader/writer modules.
static final intODT = 16
           Module that reads/writes ODT files.
static final intHTML = 17
           Module that reads/writes HTML/MHTML files.
static final intVALIDATOR = 18
           Module that verifies model consistency and validity.
static final intXAML = 19
           Module that reads/writes Xaml files.
 

Field Detail

UNKNOWN = 0

public static final int UNKNOWN
The warning source is not specified.

LAYOUT = 1

public static final int LAYOUT
Module that builds a document layout.

DRAWING_ML = 2

public static final int DRAWING_ML
Module that renders DrawingML shapes.

OFFICE_MATH = 3

public static final int OFFICE_MATH
Module that renders OfficeMath.

SHAPES = 4

public static final int SHAPES
Module that renders ordinary shapes.

METAFILE = 5

public static final int METAFILE
Module that renders metafiles.

SWF = 6

public static final int SWF
Module that renders SWF.

XPS = 7

public static final int XPS
Module that renders XPS.

PDF = 8

public static final int PDF
Module that renders PDF.

IMAGE = 9

public static final int IMAGE
Module that renders images.

DOCX = 10

public static final int DOCX
Module that reads/writes DOCX files.

DOC = 11

public static final int DOC
Module that reads/writes binary DOC files.

TEXT = 12

public static final int TEXT
Module that reads/writes plaintext files.

RTF = 13

public static final int RTF
Module that reads/writes RTF files.

WORD_ML = 14

public static final int WORD_ML
Module that reads/writes WML files.

NRX = 15

public static final int NRX
Common modules that are shared between DOCX/WML reader/writer modules.

ODT = 16

public static final int ODT
Module that reads/writes ODT files.

HTML = 17

public static final int HTML
Module that reads/writes HTML/MHTML files.

VALIDATOR = 18

public static final int VALIDATOR
Module that verifies model consistency and validity.

XAML = 19

public static final int XAML
Module that reads/writes Xaml files.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.