com.aspose.diagram
Class FileFormatInfo

java.lang.Object
    extended by com.aspose.diagram.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.
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.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.