Properties governing how the data in a workbook should be protected. These values can be ignored by consumers.
More...
#include <document_security.hpp>
Properties governing how the data in a workbook should be protected. These values can be ignored by consumers.
◆ document_security()
xlnt::document_security::document_security |
( |
| ) |
|
|
default |
Constructs a new document security object with default values.
◆ lock_revision
bool xlnt::document_security::lock_revision = false |
If true, the workbook is locked for revisions.
◆ lock_structure
bool xlnt::document_security::lock_structure = false |
If true, worksheets can't be moved, renamed, (un)hidden, inserted, or deleted.
◆ lock_windows
bool xlnt::document_security::lock_windows = false |
If true, workbook windows will be opened at the same position with the same size every time they are loaded.
◆ revision_lock
The settings to allow the revision lock to be removed.
◆ workbook_lock
The settings to allow the structure and windows lock to be removed.
The documentation for this class was generated from the following file: