| 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. 
 | 
| Modifier and Type | Method and 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 collection 
 | 
StyleRecord | 
InternalWorkbook.getStyleRecord(int xfIndex)
Returns the StyleRecord for the given
  xfIndex, or null if that ExtendedFormat doesn't
  have a Style set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StyleRecord | 
StyleRecord.copy()  | 
| Constructor and Description | 
|---|
StyleRecord(StyleRecord other)  | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.