Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » hssf » record » formula » [javadoc | source]
org.apache.cocoon.poi.hssf.record.formula
public class: AttrPtg [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.formula.Ptg
      org.apache.cocoon.poi.hssf.record.formula.AttrPtg

All Implemented Interfaces:
    OperationPtg

"Special Attributes" This seems to be a Misc Stuff and Junk record. One function it serves is in SUM functions (i.e. SUM(A1:A3) causes an area PTG then an ATTR with the SUM option set)
Field Summary
public static final  short sid     
Constructor:
 public AttrPtg() 
 public AttrPtg(byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.formula.AttrPtg Summary:
getData,   getNumberOfOperands,   getOptions,   getSize,   getType,   isBaxcel,   isGoto,   isOptimizedChoose,   isOptimizedIf,   isSemiVolatile,   isSpace,   isSum,   setData,   setOptions,   toFormulaString,   toFormulaString,   toString,   writeBytes
Methods from org.apache.cocoon.poi.hssf.record.formula.Ptg:
createPtg,   getBytes,   getSize,   toFormulaString,   writeBytes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.hssf.record.formula.AttrPtg Detail:
 public short getData() 
 public int getNumberOfOperands() 
 public byte getOptions() 
 public int getSize() 
 public int getType() 
 public boolean isBaxcel() 
 public boolean isGoto() 
 public boolean isOptimizedChoose() 
 public boolean isOptimizedIf() 
 public boolean isSemiVolatile() 
 public boolean isSpace() 
 public boolean isSum() 
 public  void setData(short data) 
 public  void setOptions(byte options) 
 public String toFormulaString() 
 public String toFormulaString(Ptg[] operands) 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)