Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » hssf » record » [javadoc | source]
org.apache.cocoon.poi.hssf.record
public class: IterationRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.IterationRecord
Title: Iteration Record

Description: Tells whether to iterate over forumla calculations or not (if a formula is dependant upon another formula's result) (odd feature for something that can only have 32 elements in a formula!)

Copyright: Copyright (c) 2001 SuperLink Software, Inc.

REFERENCE: PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

Field Summary
public static final  short sid     
Fields inherited from org.apache.cocoon.poi.hssf.record.Record:
sid
Constructor:
 public IterationRecord() 
 public IterationRecord(short id,
    short size,
    byte[] data) 
 public IterationRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.IterationRecord Summary:
fillFields,   getIteration,   getSid,   serialize,   setIteration,   toString,   validateSid
Methods from org.apache.cocoon.poi.hssf.record.Record:
fillFields,   fillFields,   getRecordSize,   getSid,   isInValueSection,   isValue,   processContinueRecord,   serialize,   toString,   validateSid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.hssf.record.IterationRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public boolean getIteration() 
    get whether or not to iterate for calculations
 public short getSid() 
 public byte[] serialize() 
 public  void setIteration(boolean iterate) 
    set whether or not to iterate for calculations
 public String toString() 
 protected  void validateSid(short id)