Constructor Summary |
---|
FileFormatInfo()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getFileFormatType() | |
Gets the detected file format. The value of the property is FileFormatType integer constant. | ||
method | isEncrypted() | |
Returns true if the document is encrypted and requires a password to open. | ||
method | isProtectedByRMS() | |
Gets whether the file is protected by Microsoft Rights Management Server. | ||
method | getLoadFormat() | |
Gets the detected load format. The value of the property is LoadFormat integer constant. |
Constructor Detail |
---|
FileFormatInfo()
Property Getters/Setters Detail |
---|
isProtectedByRMS : boolean | |
boolean isProtectedByRMS() |
isEncrypted : boolean | |
boolean isEncrypted() |
getFileFormatType : int | |
int getFileFormatType() |
getLoadFormat : int | |
int getLoadFormat() |