org.millscript.office.excel.records
Class CondFmt

java.lang.Object
  extended by org.millscript.office.excel.Record
      extended by org.millscript.office.excel.records.CondFmt
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator, ConditionalFormattingTable

public class CondFmt
extends Record
implements ConditionalFormattingTable


Constructor Summary
CondFmt()
           
 
Method Summary
 void setAllConditionallyFormattedRanges(CellRangeAddress[] ranges)
           
 void setCfCellsNeedRecalcOrRedraw(boolean needUpdate)
           
 void setNumberOfFollowingCFRecords(int n)
           
 void setRangeEnclosingAllConditionallyFormattedRanges(CellRangeAddress range)
           
 
Methods inherited from class org.millscript.office.excel.Record
decorate, handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CondFmt

public CondFmt()
Method Detail

setAllConditionallyFormattedRanges

public void setAllConditionallyFormattedRanges(CellRangeAddress[] ranges)
Parameters:
ranges - The allConditionallyFormattedRanges to set.

setCfCellsNeedRecalcOrRedraw

public void setCfCellsNeedRecalcOrRedraw(boolean needUpdate)
Parameters:
needUpdate - The cfCellsNeedRecalcOrRedraw to set.

setNumberOfFollowingCFRecords

public void setNumberOfFollowingCFRecords(int n)
Parameters:
n - The numberOfFollowingCFRecords to set.

setRangeEnclosingAllConditionallyFormattedRanges

public void setRangeEnclosingAllConditionallyFormattedRanges(CellRangeAddress range)
Parameters:
range - The rangeEnclosingAllConditionallyFormattedRanges to set.


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.