Uses of Class
org.apache.poi.hssf.record.cont.ContinuableRecord
-
Packages that use ContinuableRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.cont -
-
Uses of ContinuableRecord in org.apache.poi.hssf.record
Subclasses of ContinuableRecord in org.apache.poi.hssf.record Modifier and Type Class Description classExtSSTRecordExtended Static String Table (0x00FF)classHeaderFooterRecordThe HEADERFOOTER record stores information added in Office Excel 2007 for headers/footers.classNameRecordDefines a named range within a workbook.classSSTRecordStatic String Table Record (0x00FC)classStringRecordSTRING (0x0207)classStyleExtRecordThe StyleExt record follow the Style recordclassTextObjectRecordThe TXO record (0x01B6) is used to define the properties of a text box.classThemeRecordThe theme used in this workbook. -
Uses of ContinuableRecord in org.apache.poi.hssf.record.cont
Constructors in org.apache.poi.hssf.record.cont with parameters of type ContinuableRecord Constructor Description ContinuableRecord(ContinuableRecord other)
-