public final class AreaPtg extends Area2DPtgBase
AreaI.OffsetArea
Modifier and Type | Field and Description |
---|---|
static short |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Constructor and Description |
---|
AreaPtg(AreaPtg other) |
AreaPtg(AreaReference arearef) |
AreaPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative) |
AreaPtg(LittleEndianInput in) |
Modifier and Type | Method and Description |
---|---|
AreaPtg |
copy() |
byte |
getSid() |
getSize, toFormulaString, write
formatReferenceAsString, getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getGenericProperties, getLastColumn, getLastColumnRaw, getLastRow, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, readCoordinates, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, sortTopLeftToBottomRight, writeCoordinates
isBaseToken
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public static final short sid
public AreaPtg(int firstRow, int lastRow, int firstColumn, int lastColumn, boolean firstRowRelative, boolean lastRowRelative, boolean firstColRelative, boolean lastColRelative)
public AreaPtg(AreaPtg other)
public AreaPtg(LittleEndianInput in)
public AreaPtg(AreaReference arearef)
public byte getSid()
public AreaPtg copy()
copy
in interface Duplicatable
copy
in class OperandPtg
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.