WarningType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class WarningType extends System.Enum

Enum represented warning type.

Fields

FieldDescription
SourceFileCorruptionThe file is corrupted.
DataLossText/chart/image or other data is completely missing from either the document tree following load, or the created document following save.
MajorFormattingLossMajor formatting losses compared to the original document.
MinorFormattingLossMinor formatting losses compared to the original document.
CompatibilityIssueKnown issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
InvalidInputStreamTypeInvalid input stream type
UnexpectedContentThe file has unexpected content.

SourceFileCorruption

public static final int SourceFileCorruption

The file is corrupted.

DataLoss

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.

MajorFormattingLoss

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.

MinorFormattingLoss

public static final int MinorFormattingLoss

Minor formatting losses compared to the original document. This is for minor losses of fidelity.

CompatibilityIssue

public static final int CompatibilityIssue

Known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.

InvalidInputStreamType

public static final int InvalidInputStreamType

Invalid input stream type

UnexpectedContent

public static final int UnexpectedContent

The file has unexpected content.