asposecells.api
Class FileFormatInfo

Contains data returned by FileFormatUtil file format detection methods.

Constructor Summary
FileFormatInfo()
          
 
Property Getters/Setters Summary
methodgetFileFormatType()
           Gets the detected file format. The value of the property is FileFormatType integer constant.
methodisEncrypted()
           Returns true if the document is encrypted and requires a password to open.
methodisProtectedByRMS()
           Gets whether the file is protected by Microsoft Rights Management Server.
methodgetLoadFormat()
           Gets the detected load format. The value of the property is LoadFormat integer constant.
 

Constructor Detail

FileFormatInfo

FileFormatInfo()

Property Getters/Setters Detail

isProtectedByRMS : boolean 

boolean isProtectedByRMS()
Gets whether the file is protected by Microsoft Rights Management Server.

isEncrypted : boolean 

boolean isEncrypted()
Returns true if the document is encrypted and requires a password to open.

getFileFormatType : int 

int getFileFormatType()
Gets the detected file format. The value of the property is FileFormatType integer constant.

getLoadFormat : int 

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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.