public final class Area3DPtg extends AreaPtgBase implements WorkbookDependentFormula, ExternSheetReferenceToken
Description: Defined a area in Extern Sheet.
REFERENCE:
AreaI.OffsetArea| Modifier and Type | Field and Description |
|---|---|
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Constructor and Description |
|---|
Area3DPtg(AreaReference arearef,
int externIdx) |
Area3DPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative,
int externalSheetIndex) |
Area3DPtg(LittleEndianInput in) |
Area3DPtg(java.lang.String arearef,
int externIdx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format2DRefAsString() |
int |
getExternSheetIndex() |
int |
getSize() |
void |
setExternSheetIndex(int index) |
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
java.lang.String |
toFormulaString(FormulaRenderingWorkbook book) |
java.lang.String |
toString()
Overridden toString method to ensure object hash is not printed.
|
void |
write(LittleEndianOutput out) |
formatReferenceAsString, getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, notImplemented, readCoordinates, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, writeCoordinatescopy, isBaseTokencreatePtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClasspublic static final byte sid
public Area3DPtg(java.lang.String arearef,
int externIdx)
public Area3DPtg(LittleEndianInput in)
public Area3DPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative,
int externalSheetIndex)
public Area3DPtg(AreaReference arearef, int externIdx)
public java.lang.String toString()
Ptgpublic void write(LittleEndianOutput out)
public int getSize()
public int getExternSheetIndex()
getExternSheetIndex in interface ExternSheetReferenceTokenpublic void setExternSheetIndex(int index)
public java.lang.String format2DRefAsString()
format2DRefAsString in interface ExternSheetReferenceTokenpublic java.lang.String toFormulaString(FormulaRenderingWorkbook book)
toFormulaString in interface WorkbookDependentFormulapublic java.lang.String toFormulaString()
PtgtoFormulaString in class AreaPtgBaseCopyright 2014 The Apache Software Foundation or its licensors, as applicable.