WarningType enumeration

WarningType enumeration

Specifies the type of a warning that is issued by Aspose.Words during document loading or saving.

Members

NameDescription
DataLossCategorySome text/char/image or other data will be missing from either the document tree following load, or from the created document following save.
DataLossGeneric data loss, no specific code.
MajorFormattingLossCategoryThe resulting document or a particular location in it might look substantially different compared to the original document.
MajorFormattingLossGeneric major formatting loss, no specific code.
MinorFormattingLossCategoryThe resulting document or a particular location in it might look somewhat different compared to the original document.
MinorFormattingLossGeneric minor formatting loss, no specific code.
FontSubstitutionFont has been substituted.
FontEmbeddingLoss of embedded font information during document saving.
UnexpectedContentCategorySome 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.
UnexpectedContentGeneric unexpected content, no specific code.
HintAdvises of a potential problem or suggests an improvement.

See Also