com.aspose.cells

Class FileFormatInfo

  • java.lang.Object
    • com.aspose.cells.FileFormatInfo
public class FileFormatInfo 
extends java.lang.Object

Contains data returned by FileFormatUtil file format detection methods.

Constructor Summary
 
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.