All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.FileFormatInfo.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





FileFormatInfo




com.aspose.cells
Class FileFormatInfo

java.lang.Object
    extended by com.aspose.cells.FileFormatInfo

public class FileFormatInfo 
extends java.lang.Object

Contains data returned by FileFormatUtil file format detection methods.


Constructor Summary
FileFormatInfo()
          
 
Property Getters/Setters Summary
intgetFileFormatType()
           Gets the detected file format. The value of the property is FileFormatType integer constant.
booleanisEncrypted()
           Returns true if the document is encrypted and requires a password to open.
booleanisProtectedByRMS()
           Gets whether the file is protected by Microsoft Rights Management Server.
intgetLoadFormat()
           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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy