Represents a type of warning.
Namespace:
Aspose.Slides.Warnings
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxPublic Enumeration WarningType
public enum class WarningType
Members
| Member name | Value | Description |
---|
| SourceFileCorruption | 0 |
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 | 1 |
Text/chart/image or other data will be completely missing from either the documet tree following load, or the created document following save.
|
| MajorFormattingLoss | 2 |
Major formatting loss.
|
| MinorFormattingLoss | 3 |
Minor formatting loss.
|
| CompatibilityIssue | 4 |
This is known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
|
| UnexpectedContent | 99 |
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.
|
See Also