public final class ArrayPtg extends Ptg
| Modifier and Type | Field and Description |
|---|---|
static int |
PLAIN_TOKEN_SIZE
The size of the plain tArray token written within the standard formula tokens
(not including the data which comes after all formula tokens)
|
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
byte |
getDefaultOperandClass() |
int |
getRowCount() |
int |
getSize()
This size includes the size of the array Ptg plus the Array Ptg Token value size
|
Object[][] |
getTokenArrayValues() |
boolean |
isBaseToken() |
String |
toFormulaString()
return a string representation of this token alone
|
String |
toString()
Overridden toString method to ensure object hash is not printed.
|
void |
write(LittleEndianOutput out) |
int |
writeTokenValueBytes(LittleEndianOutput out) |
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClasspublic static final byte sid
public static final int PLAIN_TOKEN_SIZE
public ArrayPtg(Object[][] values2d)
values2d - array values arranged in rowspublic Object[][] getTokenArrayValues()
public boolean isBaseToken()
isBaseToken in class Ptgfalse if this token is classified as 'reference', 'value', or 'array'public String toString()
Ptgpublic void write(LittleEndianOutput out)
public int writeTokenValueBytes(LittleEndianOutput out)
public int getRowCount()
public int getColumnCount()
public int getSize()
public String toFormulaString()
PtgtoFormulaString in class Ptgpublic byte getDefaultOperandClass()
getDefaultOperandClass in class PtgCopyright © 2010 - 2020 Adobe. All Rights Reserved