Uses of Class
org.apache.poi.hssf.record.BackupRecord
-
Packages that use BackupRecord Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of BackupRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return BackupRecord Modifier and Type Method Description BackupRecord
InternalWorkbook. getBackupRecord()
Returns the position of the backup record. -
Uses of BackupRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return BackupRecord Modifier and Type Method Description BackupRecord
BackupRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type BackupRecord Constructor Description BackupRecord(BackupRecord other)
-