|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaletteRecord | |
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project |
Uses of PaletteRecord in org.apache.poi.hssf.model |
Methods in org.apache.poi.hssf.model that return PaletteRecord | |
protected PaletteRecord |
Workbook.createPalette()
Creates a palette record initialized to the default palette |
PaletteRecord |
Workbook.getCustomPalette()
Returns the custom palette in use for this workbook; if a custom palette record does not exist, then it is created. |
Uses of PaletteRecord in org.apache.poi.hssf.usermodel |
Constructors in org.apache.poi.hssf.usermodel with parameters of type PaletteRecord | |
HSSFPalette(PaletteRecord palette)
|
|
jakarta-poi 1.10.0-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |