WarningType enumeration

WarningType enumeration

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

Members

NameDescription
DATA_LOSS_CATEGORYSome text/char/image or other data will be missing from either the document tree following load, or from the created document following save.
DATA_LOSSGeneric data loss, no specific code.
MAJOR_FORMATTING_LOSS_CATEGORYThe resulting document or a particular location in it might look substantially different compared to the original document.
MAJOR_FORMATTING_LOSSGeneric major formatting loss, no specific code.
MINOR_FORMATTING_LOSS_CATEGORYThe resulting document or a particular location in it might look somewhat different compared to the original document.
MINOR_FORMATTING_LOSSGeneric minor formatting loss, no specific code.
FONT_SUBSTITUTIONFont has been substituted.
FONT_EMBEDDINGLoss of embedded font information during document saving.
UNEXPECTED_CONTENT_CATEGORYSome 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.
UNEXPECTED_CONTENTGeneric unexpected content, no specific code.
HINTAdvises of a potential problem or suggests an improvement.

See Also