Uses of Class
loci.poi.hssf.record.ProtectRecord
-
Packages that use ProtectRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of ProtectRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as ProtectRecord Modifier and Type Field Description protected ProtectRecord
Sheet. protect
Methods in loci.poi.hssf.model that return ProtectRecord Modifier and Type Method Description ProtectRecord
Sheet. getProtect()
Returns the ProtectRecord.
-