com.aspose.diagram

Class FileFormatInfo

  • java.lang.Object
    • com.aspose.diagram.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.
intgetLoadFormat()
Gets the detected load format. The value of the property is LoadFileFormat integer constant.
 

    • Constructor Detail

      • FileFormatInfo

        public FileFormatInfo()
    • Property Getters/Setters Detail

      • 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 LoadFileFormat integer constant.