com.aspose.words
Interface IWarningCallback

All Known Implementing Classes:
WarningInfoCollection

public interface IWarningCallback 

Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving.

Method Summary
abstract voidwarning(WarningInfo info)
           Aspose.Words invokes this method when it encounters some issue during document loading or saving that might result in loss of formatting or data fidelity.
 

Method Detail

warning

public abstract void warning(WarningInfo info)
Aspose.Words invokes this method when it encounters some issue during document loading or saving that might result in loss of formatting or data fidelity.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.