java.lang.Objectcom.aspose.cells.FileFormatInfo
public class FileFormatInfo
Constructor Summary |
---|
FileFormatInfo()
|
Property Getters/Setters Summary | ||
---|---|---|
int | getFileFormatType() | |
Gets the detected file format. The value of the property is FileFormatType integer constant. | ||
boolean | isEncrypted() | |
Returns true if the document is encrypted and requires a password to open. | ||
boolean | isProtectedByRMS() | |
Gets whether the file is protected by Microsoft Rights Management Server. | ||
int | getLoadFormat() | |
Gets the detected load format. The value of the property is LoadFormat integer constant. |
Constructor Detail |
---|
public FileFormatInfo()
Property Getters/Setters Detail |
---|
isProtectedByRMS | |
public boolean isProtectedByRMS() |
isEncrypted | |
public boolean isEncrypted() |
getFileFormatType | |
public int getFileFormatType() |
getLoadFormat | |
public int getLoadFormat() |