Package | Description |
---|---|
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
IndexedColorMap |
StylesTable.getIndexedColors() |
Modifier and Type | Method and Description |
---|---|
protected void |
ThemesTable.setColorMap(IndexedColorMap colorMap)
called from
StylesTable when setting theme, used to adjust colors if a custom indexed mapping is defined |
Modifier and Type | Class and Description |
---|---|
class |
CustomIndexedColorMap
custom index color map, i.e.
|
class |
DefaultIndexedColorMap
Uses the legacy colors defined in HSSF for index lookups
|
Modifier and Type | Method and Description |
---|---|
static XSSFColor |
XSSFColor.from(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color,
IndexedColorMap map) |
Constructor and Description |
---|
XSSFColor(byte[] rgb,
IndexedColorMap colorMap) |
XSSFColor(java.awt.Color clr,
IndexedColorMap map)
TEST ONLY
|
XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color,
IndexedColorMap map)
Deprecated.
4.0.0 - use the factory
XSSFColor.from(CTColor, IndexedColorMap) method instead to check for null CTColor instances. Make private eventually |
XSSFColor(IndexedColorMap colorMap)
new color with the given indexed color map
|
XSSFColor(IndexedColors indexedColor,
IndexedColorMap colorMap) |
XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf,
int stripeSize,
IndexedColorMap colorMap) |
XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font,
int index,
IndexedColorMap colorMap)
Called from parsing styles.xml
|
XSSFTableStyle(int index,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs dxfs,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle,
IndexedColorMap colorMap) |
Constructor and Description |
---|
XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border,
IndexedColorMap colorMap) |
XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border,
ThemesTable theme,
IndexedColorMap colorMap)
Creates a Cell Border from the supplied XML definition
|
XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill fill,
IndexedColorMap colorMap)
Creates a CellFill from the supplied parts
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.