WarningType enumeration
WarningType enumeration
Specifies the type of a warning that is issued by Aspose.Words during document loading or saving.
Members
Name | Description |
---|---|
DataLossCategory | Some text/char/image or other data will be missing from either the document tree following load, or from the created document following save. |
DataLoss | Generic data loss, no specific code. |
MajorFormattingLossCategory | The resulting document or a particular location in it might look substantially different compared to the original document. |
MajorFormattingLoss | Generic major formatting loss, no specific code. |
MinorFormattingLossCategory | The resulting document or a particular location in it might look somewhat different compared to the original document. |
MinorFormattingLoss | Generic minor formatting loss, no specific code. |
FontSubstitution | Font has been substituted. |
FontEmbedding | Loss of embedded font information during document saving. |
UnexpectedContentCategory | Some content in the source document could not be recognized (i.e. is unsupported), this may or may not cause issues or result in data/formatting loss. |
UnexpectedContent | Generic unexpected content, no specific code. |
Hint | Advises of a potential problem or suggests an improvement. |
See Also
- module Aspose.Words