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 final boolean isEncrypted()

Gets True if presentation file is encrypted, otherwise False. Read-only bool.

Specified by:
isEncrypted in interface IPresentationInfo

getLoadFormat

public final int getLoadFormat()

Gets format of presentation file. Read-only LoadFormat.

Specified by:
getLoadFormat in interface IPresentationInfo


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.