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: AreaPtg [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.formula.Ptg
      org.apache.cocoon.poi.hssf.record.formula.AreaPtg
Field Summary
public static final  short sid     
Constructor:
 public AreaPtg() 
 public AreaPtg(byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.formula.AreaPtg Summary:
colNumToLetter,   getFirstColumn,   getFirstColumnRaw,   getFirstRow,   getLastColumn,   getLastColumnRaw,   getLastRow,   getSize,   isFirstColRelative,   isFirstColRowRelative,   isLastColRelative,   isLastColRowRelative,   setFirstColumn,   setFirstColumnRaw,   setFirstRow,   setLastColumn,   setLastColumnRaw,   setLastRow,   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.AreaPtg Detail:
 public String colNumToLetter(int col) 
 public short getFirstColumn() 
 public short getFirstColumnRaw() 
 public short getFirstRow() 
 public short getLastColumn() 
 public short getLastColumnRaw() 
 public short getLastRow() 
 public int getSize() 
 public boolean isFirstColRelative() 
 public boolean isFirstColRowRelative() 
 public boolean isLastColRelative() 
 public boolean isLastColRowRelative() 
 public  void setFirstColumn(short column) 
 public  void setFirstColumnRaw(short column) 
 public  void setFirstRow(short row) 
 public  void setLastColumn(short column) 
 public  void setLastColumnRaw(short column) 
 public  void setLastRow(short row) 
 public String toFormulaString() 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)