WarningType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WarningType extends System.Enum
Represents a type of warning.
Fields
Field | Description |
---|---|
SourceFileCorruption | An issue has been detected in the source document which makes it very likely the document will be not be able to be opened if saved in it’s original format. |
DataLoss | Text/chart/image or other data will be completely missing from either the document tree following load, or the created document following save. |
MajorFormattingLoss | Major formatting loss. |
MinorFormattingLoss | Minor formatting loss. |
CompatibilityIssue | This is known issue that will prevent the document being opened by certain user agents, or previous versions of user agents. |
UnexpectedContent | Some content in the source document could not be recognised (i.e. |
SourceFileCorruption
public static final int SourceFileCorruption
An issue has been detected in the source document which makes it very likely the document will be not be able to be opened if saved in it’s original format.
DataLoss
public static final int DataLoss
Text/chart/image or other data will be completely missing from either the document tree following load, or the created document following save.
MajorFormattingLoss
public static final int MajorFormattingLoss
Major formatting loss.
MinorFormattingLoss
public static final int MinorFormattingLoss
Minor formatting loss.
CompatibilityIssue
public static final int CompatibilityIssue
This is known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
UnexpectedContent
public static final int UnexpectedContent
Some content in the source document could not be recognised (i.e. is unsupported), this may or may not cause issues or result in data/formatting loss.