FileFormatInfo class
FileFormatInfo class
Contains data returned by FileFormatUtil file format detection methods.
The FileFormatInfo type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Constructs a new instance of FileFormatInfo |
Properties
| Property | Description |
|---|---|
| is_protected_by_rms | Gets whether the file is protected by Microsoft Rights Management Server. |
| is_encrypted | Returns true if the document is encrypted and requires a password to open. |
| file_format_type | Gets the detected file format. |
| load_format | Gets the detected load format. |
See Also
- module
aspose.cells - class
FileFormatUtil