com.aspose.slides
Class PresentationInfo

java.lang.Object
  extended by com.aspose.slides.PresentationInfo
All Implemented Interfaces:
IPresentationInfo

public final class PresentationInfo
extends java.lang.Object
implements IPresentationInfo

Information about presentation file


Method Summary
 int getLoadFormat()
           Gets format of presentation file.
 boolean isEncrypted()
           Gets True if presentation file is encrypted, otherwise False.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEncrypted

public boolean isEncrypted()

Gets True if presentation file is encrypted, otherwise False.

Specified by:
isEncrypted in interface IPresentationInfo

getLoadFormat

public int getLoadFormat()

Gets format of presentation file.

Specified by:
getLoadFormat in interface IPresentationInfo