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