Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider class
Contents
[
Hide
]AbstractLowCodeProtectionProvider class
Implementation to provide protection settings.
class AbstractLowCodeProtectionProvider
Methods
Method | Description |
---|---|
AbstractLowCodeProtectionProvider() | Default constructor. |
AbstractLowCodeProtectionProvider(AbstractLowCodeProtectionProvider_Impl* impl) | Constructs from an implementation object. |
AbstractLowCodeProtectionProvider(const AbstractLowCodeProtectionProvider& src) | Copy constructor. |
GetOpenPassword() | Gets the password to open spread sheet file. |
GetWorkbookPassword() | Gets the password to protect the workbook with specified protection type. |
GetWorkbookProtectionType() | Gets the protection type to protect the workbook. |
GetWorksheetPassword(const U16String& sheetName) | Gets the password to protect the specified worksheet. |
GetWorksheetPassword(const char16_t* sheetName) | Gets the password to protect the specified worksheet. |
GetWorksheetProtectionType(const U16String& sheetName) | Gets the protection type to protect the specified worksheet. |
GetWorksheetProtectionType(const char16_t* sheetName) | Gets the protection type to protect the specified worksheet. |
GetWritePassword() | Gets the password to modify spread sheet file. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const AbstractLowCodeProtectionProvider& src) | operator= |
~AbstractLowCodeProtectionProvider() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++