Uses of Class
loci.poi.hssf.record.ObjectProtectRecord
-
Packages that use ObjectProtectRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of ObjectProtectRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as ObjectProtectRecord Modifier and Type Field Description protected ObjectProtectRecord
Sheet. objprotect
Methods in loci.poi.hssf.model that return ObjectProtectRecord Modifier and Type Method Description protected ObjectProtectRecord
Sheet. createObjectProtect()
creates an ObjectProtect record with protect set to false.
-