Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public final class: NamePtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.OperandPtg
         org.apache.poi.hssf.record.formula.NamePtg

All Implemented Interfaces:
    Cloneable

Field Summary
public static final  short sid     
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public NamePtg(RecordInputStream in) 
    Creates new NamePtg
 public NamePtg(String name,
    HSSFWorkbook book) 
    Creates new NamePtg and sets its name index to that of the corresponding defined name record in the workbook. The search for the name record is case insensitive. If it is not found, it gets created.
Method from org.apache.poi.hssf.record.formula.NamePtg Summary:
getDefaultOperandClass,   getIndex,   getSize,   toFormulaString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.OperandPtg:
isBaseToken
Methods from org.apache.poi.hssf.record.formula.Ptg:
clone,   copy,   createParsedExpressionTokens,   createPtg,   getBytes,   getDefaultOperandClass,   getEncodedSize,   getEncodedSize,   getPtgClass,   getSize,   isBaseToken,   readTokens,   serializePtgStack,   serializePtgs,   setClass,   toDebugString,   toFormulaString,   toString,   writeBytes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.formula.NamePtg Detail:
 public byte getDefaultOperandClass() 
 public int getIndex() 
 public int getSize() 
 public String toFormulaString(HSSFWorkbook book) 
 public  void writeBytes(byte[] array,
    int offset)