FileFormatInfo
Contents
[
Hide
]FileFormatInfo class
Contains data returned by FileFormatUtil file format detection methods.
new FileFormatInfo()
Methods
| Name | Description |
|---|---|
| getFileFormatType() | Gets the detected file format. The value of the property is FileFormatType integer constant. |
| getLoadFormat() | Gets the detected load format. The value of the property is LoadFormat integer constant. |
| isEncrypted() | Returns true if the document is encrypted and requires a password to open. |
| isProtectedByRMS() | Gets whether the file is protected by Microsoft Rights Management Server. |
getFileFormatType()
Gets the detected file format. The value of the property is FileFormatType integer constant.
getLoadFormat()
Gets the detected load format. The value of the property is LoadFormat integer constant.
isEncrypted()
Returns true if the document is encrypted and requires a password to open.
isProtectedByRMS()
Gets whether the file is protected by Microsoft Rights Management Server.