|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.WarningInfo
public abstract class WarningInfo
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 |
---|
public abstract int getWarningType()
Returns a type of warning.
Readonly WarningType
.
public java.lang.String getDescription()
Returns a human readable description of this warning.
Readonly string
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |