Uses of Class
loci.poi.hssf.record.PaletteRecord
-
Packages that use PaletteRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.usermodel 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 PaletteRecord Modifier and Type Method Description protected PaletteRecord
Workbook. createPalette()
Creates a palette record initialized to the default palettePaletteRecord
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 loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type PaletteRecord Constructor Description HSSFPalette(PaletteRecord palette)
-