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

All Implemented Interfaces:
    Cloneable

"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)
Nested Class Summary:
public static final class  AttrPtg.SpaceType   
Field Summary
public static final  byte sid     
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public AttrPtg() 
 public AttrPtg(RecordInputStream in) 
Method from org.apache.poi.hssf.record.formula.AttrPtg Summary:
clone,   createSpace,   getData,   getNumberOfOperands,   getOptions,   getSize,   getType,   isBaxcel,   isGoto,   isOptimizedChoose,   isOptimizedIf,   isSemiVolatile,   isSpace,   isSum,   setData,   setGoto,   setOptimizedIf,   setOptions,   setSum,   toFormulaString,   toFormulaString,   toString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.ControlPtg:
getDefaultOperandClass,   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.AttrPtg Detail:
 public Object clone() 
 public static AttrPtg createSpace(int type,
    int count) 
 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 setGoto(boolean isGoto) 
    Flags this ptg as a goto/jump
 public  void setOptimizedIf(boolean bif) 
 public  void setOptions(byte options) 
 public  void setSum(boolean bsum) 
 public String toFormulaString(String[] operands) 
 public String toFormulaString(HSSFWorkbook book) 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)