public final class WarningType
extends com.aspose.ms.System.Enum
Enum represented warning type.
Modifier and Type | Field and Description |
---|---|
static int |
CompatibilityIssue
Known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
|
static int |
DataLoss
Text/chart/image or other data is completely missing from either the document tree following load, or the created document following save.
|
static int |
InvalidInputStreamType
Invalid input stream type
|
static int |
MajorFormattingLoss
Major formatting losses compared to the original document.
|
static int |
MinorFormattingLoss
Minor formatting losses compared to the original document.
|
static int |
SourceFileCorruption
The file is corrupted.
|
static int |
UnexpectedContent
The file has unexpected content.
|
public static final int SourceFileCorruption
The file is corrupted.
public static final int DataLoss
Text/chart/image or other data is completely missing from either the document tree following load, or the created document following save.
public static final int MajorFormattingLoss
Major formatting losses compared to the original document. This is for occasions when the formatting loss is substantial but the data is still there.
public static final int MinorFormattingLoss
Minor formatting losses compared to the original document. This is for minor losses of fidelity.
public static final int CompatibilityIssue
Known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
public static final int InvalidInputStreamType
Invalid input stream type
public static final int UnexpectedContent
The file has unexpected content.