public final class Area3DPtg extends AreaPtgBase implements WorkbookDependentFormula, ExternSheetReferenceToken
Defined an area in Extern Sheet.
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 and Description |
|---|---|
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Constructor and Description |
|---|
Area3DPtg(Area3DPtg other) |
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 |
|---|---|
Area3DPtg |
copy() |
java.lang.String |
format2DRefAsString() |
int |
getExternSheetIndex() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
byte |
getSid() |
int |
getSize() |
void |
setExternSheetIndex(int index) |
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
java.lang.String |
toFormulaString(FormulaRenderingWorkbook book) |
void |
write(LittleEndianOutput out) |
formatReferenceAsString, getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, readCoordinates, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, sortTopLeftToBottomRight, writeCoordinatesisBaseTokencreatePtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic static final byte sid
public Area3DPtg(java.lang.String arearef,
int externIdx)
public Area3DPtg(Area3DPtg other)
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 void write(LittleEndianOutput out)
public byte getSid()
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 AreaPtgBasepublic Area3DPtg copy()
copy in interface Duplicatablecopy in class OperandPtgpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordgetGenericProperties in class AreaPtgBaseCopyright 2022 The Apache Software Foundation or its licensors, as applicable.