Uses of Class
org.apache.poi.hssf.record.PaletteRecord
-
Packages that use PaletteRecord 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.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of PaletteRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return PaletteRecord Modifier and Type Method Description PaletteRecord
InternalWorkbook. 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.record
Methods in org.apache.poi.hssf.record that return PaletteRecord Modifier and Type Method Description PaletteRecord
PaletteRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type PaletteRecord Constructor Description PaletteRecord(PaletteRecord other)
-
Uses of PaletteRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type PaletteRecord Constructor Description HSSFPalette(PaletteRecord palette)
-