FileFormatInfo
Contents
[
Hide
]FileFormatInfo class
Contains data returned by FileFormatUtil file format detection methods.
class FileFormatInfo;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
isProtectedByRMS() | Gets whether the file is protected by Microsoft Rights Management Server. |
isEncrypted() | Returns true if the document is encrypted and requires a password to open. |
getFileFormatType() | Gets the detected file format. |
getLoadFormat() | Gets the detected load format. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
isProtectedByRMS()
Gets whether the file is protected by Microsoft Rights Management Server.
isProtectedByRMS() : boolean;
isEncrypted()
Returns true if the document is encrypted and requires a password to open.
isEncrypted() : boolean;
getFileFormatType()
Gets the detected file format.
getFileFormatType() : FileFormatType;
Returns
getLoadFormat()
Gets the detected load format.
getLoadFormat() : LoadFormat;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;