Inherits Object.
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAuthor ()=0 |
| Gets the author. More...
|
|
virtual void | SetAuthor (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the author. More...
|
|
virtual bool | GetRecommendReadOnly ()=0 |
| Indicates if the Read Only Recommended option is selected. More...
|
|
virtual void | SetRecommendReadOnly (bool value)=0 |
| Indicates if the Read Only Recommended option is selected. More...
|
|
virtual bool | IsWriteProtected ()=0 |
| Indicates whether this workbook is write protected. More...
|
|
virtual void | SetPassword (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the protected password to modify the file. More...
|
|
virtual bool | ValidatePassword (intrusive_ptr< Aspose::Cells::Systems::String > password)=0 |
| Returns true if the specified password is the same as the write-protection password the file was protected with. More...
|
|
Specifies write protection settings for a workbook.