com.aspose.cells.FileFormatInfo.html Maven / Gradle / Ivy
FileFormatInfo
com.aspose.cells
Class FileFormatInfo
java.lang.Object
com.aspose.cells.FileFormatInfo
public class FileFormatInfo
- extends java.lang.Object
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 |
---|
FileFormatInfo
public FileFormatInfo()
Property Getters/Setters Detail |
---|
isProtectedByRMS | |
public boolean isProtectedByRMS() |
Gets whether the file is protected by Microsoft Rights Management Server.
isEncrypted | |
public boolean isEncrypted() |
Returns true if the document is encrypted and requires a password to open.
getFileFormatType | |
public int getFileFormatType() |
Gets the detected file format. The value of the property is FileFormatType integer constant.
getLoadFormat | |
public int getLoadFormat() |
Gets the detected load format. The value of the property is LoadFormat integer constant.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.