|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CFRule12Record | |
---|---|
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
Uses of CFRule12Record in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record that return CFRule12Record | |
---|---|
CFRule12Record |
CFRule12Record.clone()
|
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 |
Uses of CFRule12Record in org.apache.poi.hssf.usermodel |
---|
Constructors in org.apache.poi.hssf.usermodel with parameters of type CFRule12Record | |
---|---|
HSSFColorScaleFormatting(CFRule12Record cfRule12Record,
HSSFSheet sheet)
|
|
HSSFDataBarFormatting(CFRule12Record cfRule12Record,
HSSFSheet sheet)
|
|
HSSFIconMultiStateFormatting(CFRule12Record cfRule12Record,
HSSFSheet sheet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |