Uses of Class
org.apache.poi.hssf.record.CFRule12Record
-
Packages that use CFRule12Record 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 -
-
Uses of CFRule12Record in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return CFRule12Record Modifier and Type Method Description CFRule12Record
CFRule12Record. copy()
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
CFRule12Record. create(HSSFSheet sheet, String formulaText)
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 formattingConstructors in org.apache.poi.hssf.record with parameters of type CFRule12Record Constructor Description CFRule12Record(CFRule12Record other)
-
Uses of CFRule12Record in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type CFRule12Record Constructor Description HSSFColorScaleFormatting(CFRule12Record cfRule12Record, HSSFSheet sheet)
HSSFDataBarFormatting(CFRule12Record cfRule12Record, HSSFSheet sheet)
-