Uses of Class
org.apache.poi.hssf.record.PasswordRecord

Packages that use PasswordRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

Uses of PasswordRecord in org.apache.poi.hssf.model
 

Fields in org.apache.poi.hssf.model declared as PasswordRecord
protected  PasswordRecord Sheet.password
           
 

Methods in org.apache.poi.hssf.model that return PasswordRecord
protected  PasswordRecord Sheet.createPassword()
          creates a Password record with password set to 00.
 PasswordRecord Sheet.getPassword()
          Returns the PasswordRecord.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.