java.lang.Cloneable
, ExternSheetReferenceToken
, AreaI
, WorkbookDependentFormula
public final class Area3DPtg extends AreaPtgBase implements WorkbookDependentFormula, ExternSheetReferenceToken
Title: Area 3D Ptg - 3D reference (Sheet + Area)
Description: Defined an area in Extern Sheet.
REFERENCE:
This is HSSF only, as it matches the HSSF file format way of
referring to the sheet by an extern index. The XSSF equivalent
is Area3DPxg
AreaI.OffsetArea
Modifier and Type | Field | Description |
---|---|---|
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Constructor | Description |
---|---|
Area3DPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative,
int externalSheetIndex) |
|
Area3DPtg(java.lang.String arearef,
int externIdx) |
|
Area3DPtg(AreaReference arearef,
int externIdx) |
|
Area3DPtg(LittleEndianInput in) |
Modifier and Type | Method | 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, writeCoordinates
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy, isBaseToken
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass
public 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()
Ptg
public void write(LittleEndianOutput out)
public int getSize()
public int getExternSheetIndex()
getExternSheetIndex
in interface ExternSheetReferenceToken
public void setExternSheetIndex(int index)
public java.lang.String format2DRefAsString()
format2DRefAsString
in interface ExternSheetReferenceToken
public java.lang.String toFormulaString(FormulaRenderingWorkbook book)
toFormulaString
in interface WorkbookDependentFormula
public java.lang.String toFormulaString()
Ptg
toFormulaString
in class AreaPtgBase
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.