Uses of Class
org.apache.poi.hssf.record.CFRule12Record
Packages that use CFRule12Record
Package
Description
Record package contains class representations for XLS binary strutures.
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 CFRule12RecordModifier and TypeMethodDescriptionCFRule12Record.clone()
static CFRule12Record
CFRule12Record.create
(HSSFSheet sheet, byte comparisonOperation, String formulaText1, String formulaText2) Creates a new comparison operation rulestatic CFRule12Record
CFRule12Record.create
(HSSFSheet sheet, byte comparisonOperation, String formulaText1, String formulaText2, String formulaTextScale) Creates a new comparison operation rulestatic CFRule12Record
Creates a new comparison operation rulestatic CFRule12Record
CFRule12Record.create
(HSSFSheet sheet, ExtendedColor color) Creates a new Data Bar formattingstatic CFRule12Record
CFRule12Record.create
(HSSFSheet sheet, IconMultiStateFormatting.IconSet iconSet) Creates a new Icon Set / Multi-State formattingstatic 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 CFRule12RecordModifierConstructorDescriptionprotected
HSSFColorScaleFormatting
(CFRule12Record cfRule12Record, HSSFSheet sheet) protected
HSSFDataBarFormatting
(CFRule12Record cfRule12Record, HSSFSheet sheet) protected
HSSFIconMultiStateFormatting
(CFRule12Record cfRule12Record, HSSFSheet sheet)