Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getAuthor() | |
method | setAuthor(value) | |
Gets and sets the author. | ||
method | isWriteProtected() | |
Indicates whether this workbook is write protected.
|
||
method | getPassword() | |
method | setPassword(value) | |
Sets the protected password to modify the file. | ||
method | getRecommendReadOnly() | |
method | setRecommendReadOnly(value) | |
Indicates if the Read Only Recommended option is selected. |
Method Summary | ||
---|---|---|
method | validatePassword(password) | |
Returns true if the specified password is the same as the write-protection password the file was protected with.
|
String getAuthor() / setAuthor(value)
boolean getRecommendReadOnly() / setRecommendReadOnly(value)
boolean isWriteProtected()
String getPassword() / setPassword(value)