Aspose::Cells::FileFormatInfo class

FileFormatInfo class

Contains data returned by FileFormatUtil file format detection methods.

class FileFormatInfo

Methods

MethodDescription
FileFormatInfo()Default constructor.
FileFormatInfo(FileFormatInfo_Impl* impl)Constructs from an implementation object.
FileFormatInfo(const FileFormatInfo& src)Copy constructor.
GetFileFormatType()Gets the detected file format.
GetLoadFormat()Gets the detected load format.
IsEncrypted()Returns true if the document is encrypted and requires a password to open.
IsNull() constChecks whether the implementation object is nullptr.
IsProtectedByRMS()Gets whether the file is protected by Microsoft Rights Management Server.
explicit operator bool() constoperator bool()
operator=(const FileFormatInfo& src)operator=
~FileFormatInfo()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also