com.aspose.slides
Interface IWarningCallback


public interface IWarningCallback

Ibterface for classes which receive warning


Method Summary
 int warning(IWarningInfo warning)
           Callback method which receives warning and decides whether operation should be aborted.
 

Method Detail

warning

int warning(IWarningInfo warning)

Callback method which receives warning and decides whether operation should be aborted.

Parameters:
warning - Warning to process.
Returns:
Abortion decision ReturnAction.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.