Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
CFRule12Record |
CFRule12Record.copy() |
static CFRule12Record |
CFRule12Record.create(HSSFSheet sheet,
byte comparisonOperation,
java.lang.String formulaText1,
java.lang.String formulaText2)
Creates a new comparison operation rule
|
static CFRule12Record |
CFRule12Record.create(HSSFSheet sheet,
byte comparisonOperation,
java.lang.String formulaText1,
java.lang.String formulaText2,
java.lang.String formulaTextScale)
Creates a new comparison operation rule
|
static CFRule12Record |
CFRule12Record.create(HSSFSheet sheet,
ExtendedColor color)
Creates a new Data Bar formatting
|
static CFRule12Record |
CFRule12Record.create(HSSFSheet sheet,
IconMultiStateFormatting.IconSet iconSet)
Creates a new Icon Set / Multi-State formatting
|
static CFRule12Record |
CFRule12Record.create(HSSFSheet sheet,
java.lang.String formulaText)
Creates a new comparison operation rule
|
static CFRule12Record |
CFRule12Record.createColorScale(HSSFSheet sheet)
Creates a new Color Scale / Color Gradient formatting
|
Constructor and Description |
---|
CFRule12Record(CFRule12Record other) |
Constructor and Description |
---|
HSSFColorScaleFormatting(CFRule12Record cfRule12Record,
HSSFSheet sheet) |
HSSFDataBarFormatting(CFRule12Record cfRule12Record,
HSSFSheet sheet) |
HSSFIconMultiStateFormatting(CFRule12Record cfRule12Record,
HSSFSheet sheet) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.