java.lang.Object
com.aspose.cells.FileFormatInfo
public class FileFormatInfo
- extends java.lang.Object
Contains data returned by FileFormatUtil file format detection methods.
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. |
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.