Uses of Class
loci.poi.hssf.record.PaletteRecord
Packages that use PaletteRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of PaletteRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return PaletteRecordModifier and TypeMethodDescriptionprotected PaletteRecordWorkbook.createPalette()Creates a palette record initialized to the default paletteWorkbook.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 loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type PaletteRecord