Example #1
0
 def __protection_rec(self):
     result = ''
     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
Example #2
0
 def __obj_protect_rec(self):
     return BIFFRecords.ObjectProtectRecord(self.__obj_protect).get()