public final class NameXPxg extends OperandPtg implements Pxg
This is XSSF only, as it stores the sheet / book references
in String form. The HSSF equivalent using indexes is NameXPtg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Constructor and Description |
|---|
NameXPxg(int externalWorkbookNumber,
String sheetName,
String nameName) |
NameXPxg(String nameName) |
NameXPxg(String sheetName,
String nameName) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getDefaultOperandClass() |
int |
getExternalWorkbookNumber() |
String |
getNameName() |
String |
getSheetName() |
int |
getSize() |
void |
setSheetName(String sheetName) |
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) |
copy, isBaseTokencreatePtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClasspublic NameXPxg(String nameName)
public String toString()
Ptgpublic int getExternalWorkbookNumber()
getExternalWorkbookNumber in interface Pxgpublic String getSheetName()
getSheetName in interface Pxgpublic String getNameName()
public void setSheetName(String sheetName)
setSheetName in interface Pxgpublic String toFormulaString()
PtgtoFormulaString in interface PxgtoFormulaString in class Ptgpublic byte getDefaultOperandClass()
getDefaultOperandClass in class Ptgpublic int getSize()
public void write(LittleEndianOutput out)
Copyright © 2010 - 2020 Adobe. All Rights Reserved