org.millscript.office.excel.records
Class CF
java.lang.Object
org.millscript.office.excel.Record
org.millscript.office.excel.records.CF
- All Implemented Interfaces:
- org.millscript.commons.alert.AlertDecorator, ConditionalFormattingTable
public class CF
- extends Record
- implements ConditionalFormattingTable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CF
public CF()
setBorderFormattingBlock
public void setBorderFormattingBlock(byte[] data)
- Parameters:
data - The borderFormattingBlock to set.
setComparisonOperator
public void setComparisonOperator(CF.ComparisonOperator operator)
- Parameters:
operator - The comparisonOperator to set.
setFirstFormulaExpr
public void setFirstFormulaExpr(org.millscript.millscript.expr.Expr<?> expr)
- Parameters:
expr - The firstFormulaExpr to set.
setFontFormattingBlock
public void setFontFormattingBlock(byte[] data)
- Parameters:
data - The fontFormattingBlock to set.
setPatternFormattingBlock
public void setPatternFormattingBlock(byte[] data)
- Parameters:
data - The patternFormattingBlock to set.
setSecondFormulaExpr
public void setSecondFormulaExpr(org.millscript.millscript.expr.Expr<?> expr)
- Parameters:
expr - The secondFormulaExpr to set.
setType
public void setType(CF.Type t)
- Parameters:
t - The type to set.
Copyright © 2006-2007 Open World Ltd. All Rights Reserved.