Uses of Class
org.apache.poi.hssf.record.CFRuleRecord
-
Packages that use CFRuleRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of CFRuleRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return CFRuleRecord Modifier and Type Method Description CFRuleRecord
CFRuleRecord. copy()
static CFRuleRecord
CFRuleRecord. create(HSSFSheet sheet, byte comparisonOperation, String formulaText1, String formulaText2)
Creates a new comparison operation rulestatic CFRuleRecord
CFRuleRecord. create(HSSFSheet sheet, String formulaText)
Creates a new comparison operation ruleConstructors in org.apache.poi.hssf.record with parameters of type CFRuleRecord Constructor Description CFRuleRecord(CFRuleRecord other)
-