com.aspose.slides
Class WarningInfo

java.lang.Object
  extended by com.aspose.slides.WarningInfo
Direct Known Subclasses:
KnownIssueWarningInfo, PresentationSignedWarningInfo

public abstract class WarningInfo
extends java.lang.Object

Represents a base class for all warnings.


Method Summary
 java.lang.String getDescription()
           Returns a human readable description of this warning.
abstract  int getWarningType()
           Returns a type of warning.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWarningType

public abstract int getWarningType()

Returns a type of warning. Readonly WarningType.


getDescription

public java.lang.String getDescription()

Returns a human readable description of this warning. Readonly string.