FileFormatInfo
Contents
[
Hide
]FileFormatInfo class
Contains data returned by FileFormatUtil file format detection methods.
class FileFormatInfo;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
isProtectedByRMS | boolean | Readonly. Gets whether the file is protected by Microsoft Rights Management Server. |
isEncrypted | boolean | Readonly. Returns true if the document is encrypted and requires a password to open. |
fileFormatType | FileFormatType | Readonly. Gets the detected file format. |
loadFormat | LoadFormat | Readonly. Gets the detected load format. |
constructor()
Default Constructor.
constructor();
isProtectedByRMS
Readonly. Gets whether the file is protected by Microsoft Rights Management Server.
isProtectedByRMS : boolean;
isEncrypted
Readonly. Returns true if the document is encrypted and requires a password to open.
isEncrypted : boolean;
fileFormatType
Readonly. Gets the detected file format.
fileFormatType : FileFormatType;
loadFormat
Readonly. Gets the detected load format.
loadFormat : LoadFormat;