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(NameXPxg other) |
NameXPxg(String nameName) |
NameXPxg(String sheetName,
String nameName) |
| Modifier and Type | Method and Description |
|---|---|
NameXPxg |
copy() |
byte |
getDefaultOperandClass() |
int |
getExternalWorkbookNumber() |
Map<String,Supplier<?>> |
getGenericProperties() |
String |
getNameName() |
String |
getSheetName() |
byte |
getSid() |
int |
getSize() |
void |
setSheetName(String sheetName) |
String |
toFormulaString()
return a string representation of this token alone
|
void |
write(LittleEndianOutput out) |
isBaseTokencreatePtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic NameXPxg(NameXPxg other)
public NameXPxg(String nameName)
public 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 byte getSid()
public int getSize()
public void write(LittleEndianOutput out)
public NameXPxg copy()
copy in interface Duplicatablecopy in class OperandPtgpublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord