public class FileFormatInfo extends Object
Contains data returned by FileFormatUtil file format detection methods.
The following example shows how to detect File Formats of Email Message.
[Java]
FileFormatInfo info = FileFormatUtil.detectFileFormat("message.msg"); System.out.println("The message format is: " + info.getFileFormatType());
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.