public class PresentationDocumentInfo extends com.aspose.ms.lang.Struct<PresentationDocumentInfo> implements IDocumentInfo
Represents metadata of one Presentation document
Constructor and Description |
---|
PresentationDocumentInfo() |
PresentationDocumentInfo(PresentationFormats format,
int pageCount,
long size,
boolean isEncrypted) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
PresentationDocumentInfo |
Clone() |
void |
CloneTo(PresentationDocumentInfo that) |
boolean |
equals(Object obj) |
static boolean |
equals(PresentationDocumentInfo obj1,
PresentationDocumentInfo obj2) |
PresentationFormats |
getFormat()
Returns a format of this Presentation document
|
int |
getPageCount()
Returns number of slides in this Presentation document
|
long |
getSize()
Returns size in bytes of this Presentation document
|
boolean |
isEncrypted()
Indicates whether this specific Presentation document in encrypted and
requires password for opening
|
public PresentationDocumentInfo()
public PresentationDocumentInfo(PresentationFormats format, int pageCount, long size, boolean isEncrypted)
public PresentationDocumentInfo Clone()
Clone
in class com.aspose.ms.System.ValueType<PresentationDocumentInfo>
public void CloneTo(PresentationDocumentInfo that)
CloneTo
in class com.aspose.ms.System.ValueType<PresentationDocumentInfo>
public static boolean equals(PresentationDocumentInfo obj1, PresentationDocumentInfo obj2)
public final PresentationFormats getFormat()
Returns a format of this Presentation document
getFormat
in interface IDocumentInfo
public final int getPageCount()
Returns number of slides in this Presentation document
getPageCount
in interface IDocumentInfo
public final long getSize()
Returns size in bytes of this Presentation document
getSize
in interface IDocumentInfo
public final boolean isEncrypted()
Indicates whether this specific Presentation document in encrypted and requires password for opening
isEncrypted
in interface IDocumentInfo