java.lang.Objectcom.aspose.words.WarningType
public class WarningType
Field Summary | ||
---|---|---|
static final int | DATA_LOSS_CATEGORY | |
Some text/char/image or other data will be missing from either the document tree following load, or from the created document following save. | ||
static final int | DATA_LOSS | |
Generic data loss, no specific code. | ||
static final int | MAJOR_FORMATTING_LOSS_CATEGORY | |
The resulting document or a particular location in it might look substantially different compared to the original document. | ||
static final int | MAJOR_FORMATTING_LOSS | |
Generic major formatting loss, no specific code. | ||
static final int | MINOR_FORMATTING_LOSS_CATEGORY | |
The resulting document or a particular location in it might look somewhat different compared to the original document. | ||
static final int | MINOR_FORMATTING_LOSS | |
Generic minor formatting loss, no specific code. | ||
static final int | FONT_SUBSTITUTION | |
Font has been substituted. | ||
static final int | UNEXPECTED_CONTENT_CATEGORY | |
Some content in the source document could not be recognized (i.e. is unsupported), this may or may not cause issues or result in data/formatting loss. | ||
static final int | UNEXPECTED_CONTENT | |
Generic unexpected content, no specific code. |
Field Detail |
---|
DATA_LOSS_CATEGORY = 255 | |
public static final int DATA_LOSS_CATEGORY |
DATA_LOSS = 1 | |
public static final int DATA_LOSS |
MAJOR_FORMATTING_LOSS_CATEGORY = 65280 | |
public static final int MAJOR_FORMATTING_LOSS_CATEGORY |
MAJOR_FORMATTING_LOSS = 256 | |
public static final int MAJOR_FORMATTING_LOSS |
MINOR_FORMATTING_LOSS_CATEGORY = 16711680 | |
public static final int MINOR_FORMATTING_LOSS_CATEGORY |
MINOR_FORMATTING_LOSS = 65536 | |
public static final int MINOR_FORMATTING_LOSS |
FONT_SUBSTITUTION = 131072 | |
public static final int FONT_SUBSTITUTION |
UNEXPECTED_CONTENT_CATEGORY = 251658240 | |
public static final int UNEXPECTED_CONTENT_CATEGORY |
UNEXPECTED_CONTENT = 16777216 | |
public static final int UNEXPECTED_CONTENT |