コード例 #1
0
 def __protection_rec(self):
     result = b''
     result += BIFFRecords.ProtectRecord(self.__protect).get()
     result += BIFFRecords.ScenProtectRecord(self.__scen_protect).get()
     result += BIFFRecords.WindowProtectRecord(self.__wnd_protect).get()
     result += BIFFRecords.ObjectProtectRecord(self.__obj_protect).get()
     result += BIFFRecords.PasswordRecord(self.__password).get()
     return result
コード例 #2
0
ファイル: Workbook.py プロジェクト: jaolguin/Arelle
 def __wnd_protect_rec(self):
     return BIFFRecords.WindowProtectRecord(self.__wnd_protect).get()