Uses of Class
org.apache.poi.hssf.record.StyleRecord
Packages that use StyleRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
-
Uses of StyleRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return StyleRecordModifier and TypeMethodDescriptionInternalWorkbook.createStyleRecord
(int xfIndex) Creates a new StyleRecord, for the given Extended Format index, and adds it onto the end of the records collectionInternalWorkbook.getStyleRecord
(int xfIndex) Returns the StyleRecord for the given xfIndex, or null if that ExtendedFormat doesn't have a Style set.