com.aspose.slides
Interface IWarningInfo

All Known Subinterfaces:
IKnownIssueWarningInfo, INotImplementedWarningInfo, IPresentationSignedWarningInfo

public interface IWarningInfo


Method Summary
 java.lang.String getDescription()
           
 int getWarningType()
           
 void sendWarning(IWarningCallback receiver)
           
 

Method Detail

sendWarning

void sendWarning(IWarningCallback receiver)

getWarningType

int getWarningType()

getDescription

java.lang.String getDescription()