com.aspose.slides
Class KnownIssueWarningInfo

java.lang.Object
  extended by com.aspose.slides.WarningInfo
      extended by com.aspose.slides.KnownIssueWarningInfo

public final class KnownIssueWarningInfo
extends WarningInfo

Represents a warning about known issue which won't be fixed in the near future.


Method Summary
 int getWarningType()
           Returns a type of warning.
 
Methods inherited from class com.aspose.slides.WarningInfo
getDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWarningType

public int getWarningType()

Returns a type of warning. Readonly WarningType.

Specified by:
getWarningType in class WarningInfo