com.aspose.slides
Interface IWarningInfo

All Known Subinterfaces:
IKnownIssueWarningInfo, INotImplementedWarningInfo, IPresentationSignedWarningInfo

public interface IWarningInfo


Method Summary
 java.lang.String getDescription()
           Returns a human readable description of this warning.
 int getWarningType()
           Returns a type of warning.
 void sendWarning(IWarningCallback receiver)
           If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation.
 

Method Detail

sendWarning

void sendWarning(IWarningCallback receiver)

If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation.


getWarningType

int getWarningType()

Returns a type of warning. Read-only WarningType.


getDescription

java.lang.String getDescription()

Returns a human readable description of this warning. Read-only String.



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