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: ParenthesisPtg [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.formula.Ptg
      org.apache.cocoon.poi.hssf.record.formula.ParenthesisPtg
Denotes that the previous operation (if just after an operation) or operand (if just after an operand) should appear in parenthesis. For display purposes only.
Field Summary
public static final  byte sid     
Constructor:
 public ParenthesisPtg() 
 public ParenthesisPtg(byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.formula.ParenthesisPtg Summary:
getSize,   toFormulaString,   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.ParenthesisPtg Detail:
 public int getSize() 
 public String toFormulaString() 
 public  void writeBytes(byte[] array,
    int offset)