org.apache.poi.hssf.record.formula
Class ValueReferencePtg

java.lang.Object
  |
  +--org.apache.poi.hssf.record.formula.Ptg
        |
        +--org.apache.poi.hssf.record.formula.ValueReferencePtg

public class ValueReferencePtg
extends Ptg

Author:
andy

Field Summary
static byte sid
           
 
Constructor Summary
ValueReferencePtg()
          Creates new ValueReferencePtg
ValueReferencePtg(byte[] data, int offset)
          Creates new ValueReferencePtg
 
Method Summary
 short getColumn()
           
 short getColumnRaw()
           
 short getRow()
           
 int getSize()
           
 boolean isColRelative()
           
 boolean isRowRelative()
           
 void setColumn(short col)
           
 void setColumnRaw(short col)
           
 void setRow(short row)
           
 java.lang.String toFormulaString()
           
 java.lang.String toString()
           
 void writeBytes(byte[] array, int offset)
           
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
createPtg, getBytes, getPrecedence, getStringLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sid

public static final byte sid
Constructor Detail

ValueReferencePtg

public ValueReferencePtg()
Creates new ValueReferencePtg

ValueReferencePtg

public ValueReferencePtg(byte[] data,
                         int offset)
Creates new ValueReferencePtg
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

writeBytes

public void writeBytes(byte[] array,
                       int offset)
Overrides:
writeBytes in class Ptg

setRow

public void setRow(short row)

getRow

public short getRow()

isRowRelative

public boolean isRowRelative()

isColRelative

public boolean isColRelative()

setColumnRaw

public void setColumnRaw(short col)

getColumnRaw

public short getColumnRaw()

setColumn

public void setColumn(short col)

getColumn

public short getColumn()

getSize

public int getSize()
Overrides:
getSize in class Ptg

toFormulaString

public java.lang.String toFormulaString()
Overrides:
toFormulaString in class Ptg


Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.