AbstractLowCodeProtectionProvider类
AbstractLowCodeProtectionProvider类
实施提供保护设置
AbstractLowCodeProtectionProvider 类型公开以下成员:
构造函数
构造函数 | 描述 |
---|---|
__init__(self) | 构造一个新的 AbstractLowCodeProtectionProvider 实例 |
方法
方法 | 描述 |
---|---|
get_open_password(self) | 获取打开电子表格文件的密码。 |
get_write_password(self) | 获取修改电子表格文件的密码。 |
get_workbook_password(self) | 获取使用指定保护类型保护工作簿的密码。 |
get_workbook_protection_type(self) | 获取保护类型以保护工作簿。 |
get_worksheet_password(self, sheet_name) | 获取保护指定工作表的密码。 |
get_worksheet_protection_type(self, sheet_name) | 获取保护类型以保护指定的工作表。 |