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
abstract public class: Ptg [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.formula.Ptg

Direct Known Subclasses:
    ValueReferencePtg, AttrPtg, MemErrPtg, SubtractPtg, NamePtg, IntPtg, PowerPtg, MultiplyPtg, AreaPtg, AddPtg, DividePtg, UnknownPtg, ExpPtg, ValueVariableFunctionPtg, ParenthesisPtg

Constructor:
 public Ptg() 
Method from org.apache.cocoon.poi.hssf.record.formula.Ptg Summary:
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.Ptg Detail:
 public static Ptg createPtg(byte[] data,
    int offset) 
 public final byte[] getBytes() 
 abstract public int getSize()
 abstract public String toFormulaString()
 abstract public  void writeBytes(byte[] array,
    int offset)