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(AreaReference areaRef) |
AreaPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative) |
AreaPtg(LittleEndianInput in) |
AreaPtg(java.lang.String arearef) |
Modifier and Type | Method and Description |
---|---|
protected byte |
getSid() |
getSize, toFormulaString, toString, write
equals, formatReferenceAsString, getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, hashCode, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, notImplemented, readCoordinates, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, writeCoordinates
copy, isBaseToken
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass
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(LittleEndianInput in)
public AreaPtg(java.lang.String arearef)
public AreaPtg(AreaReference areaRef)
protected byte getSid()
getSid
in class Area2DPtgBase
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.