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