Aspose::Cells::FileFormatInfo class
Contents
[
Hide
]FileFormatInfo class
Contains data returned by FileFormatUtil file format detection methods.
class FileFormatInfo
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
IsProtectedByRMS() | Gets whether the file is protected by Microsoft Rights Management Server. |
explicit operator bool() const | operator bool() |
operator=(const FileFormatInfo& src) | operator= |
~FileFormatInfo() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++