aspose.cells

Class FileFormatInfo

Contains data returned by FileFormatUtil file format detection methods.

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

    • Constructor Detail

      • FileFormatInfo

        function FileFormatInfo()
    • Property Getters/Setters Detail

      • isProtectedByRMS : boolean 

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

        function isEncrypted()
        
        Returns true if the document is encrypted and requires a password to open.
      • getFileFormatType : Number 

        function getFileFormatType()
        
        Gets the detected file format. The value of the property is FileFormatType integer constant.
      • getLoadFormat : Number 

        function getLoadFormat()
        
        Gets the detected load format. The value of the property is LoadFormat integer constant.