Enum WarningType

WarningType enumeration

Enum represented warning type.

public enum WarningType

Values

NameValueDescription
SourceFileCorruption0The file is corrupted.
DataLoss1Text/chart/image or other data is completely missing from either the documet tree following load, or the created document following save.
MajorFormattingLoss2Major formatting losses compared to the original document. This is for occasions when the formatting loss is substantial but the data is still there.
MinorFormattingLoss3Minor formatting losses compared to the original document. This is for minor losses of fidelity.
CompatibilityIssue4Known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
InvalidInputStreamType5Invalid input stream type
UnexpectedContent99The file has unexpected content.

See Also