Uses of Class
org.apache.poi.hssf.record.StyleRecord
-
Packages that use StyleRecord 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 StyleRecord in org.apache.poi.hssf.model
Fields in org.apache.poi.hssf.model declared as StyleRecord Modifier and Type Field Description StyleRecord
InternalWorkbook.StylePack. styleRecord
Methods in org.apache.poi.hssf.model that return StyleRecord Modifier and Type Method Description StyleRecord
InternalWorkbook. createStyleRecord(int xfIndex)
Creates a new StyleRecord, for the given Extended Format index, and adds it onto the end of the records collectionStyleRecord
InternalWorkbook. getStyleRecord(int xfIndex)
Returns the StyleRecord for the given xfIndex, or null if that ExtendedFormat doesn't have a Style set. -
Uses of StyleRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return StyleRecord Modifier and Type Method Description StyleRecord
StyleRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type StyleRecord Constructor Description StyleRecord(StyleRecord other)
-