com.aspose.slides
Class PresentationSignedWarningInfo

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

public final class PresentationSignedWarningInfo
extends WarningInfo

This warning indicates that the presentation being read has the signature and this signature will be removed during processing.


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