org.apache.poi.hssf.record.formula
Class NamePtg
java.lang.Object
|
+--org.apache.poi.hssf.record.formula.Ptg
|
+--org.apache.poi.hssf.record.formula.NamePtg
- public class NamePtg
- extends Ptg
- Author:
- andy
Field Summary |
static short |
sid
|
Constructor Summary |
|
NamePtg(byte[] data,
int offset)
Creates new NamePtg |
protected |
NamePtg(java.lang.String name)
Creates new NamePtg |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sid
public static final short sid
NamePtg
protected NamePtg(java.lang.String name)
- Creates new NamePtg
NamePtg
public NamePtg(byte[] data,
int offset)
- Creates new NamePtg
writeBytes
public void writeBytes(byte[] array,
int offset)
- Description copied from class:
Ptg
- write this Ptg to a byte array
- Overrides:
writeBytes
in class Ptg
getSize
public int getSize()
- Overrides:
getSize
in class Ptg
toFormulaString
public java.lang.String toFormulaString()
- Description copied from class:
Ptg
- return a string representation of this token alone
- Overrides:
toFormulaString
in class Ptg
getDefaultOperandClass
public byte getDefaultOperandClass()
- Overrides:
getDefaultOperandClass
in class Ptg
Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.