set_encryption_options Methode
set_encryption_options(encryption_type, key_length)
Verschlüsselungsoptionen festlegen.
def set_encryption_options(self, encryption_type, key_length):
...
Parameter | Typ | Beschreibung |
---|---|---|
encryption_type | EncryptionType | Der Verschlüsselungstyp. |
key_length | int | Die Schlüssellänge. |
Siehe auch
- Modul aspose.cells
- Klasse Workbook