org.apache.poi.ss.formula.ptg
Class AreaPtg
java.lang.Object
org.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.OperandPtg
org.apache.poi.ss.formula.ptg.AreaPtgBase
org.apache.poi.ss.formula.ptg.Area2DPtgBase
org.apache.poi.ss.formula.ptg.AreaPtg
- All Implemented Interfaces:
- java.lang.Cloneable, AreaI
public final class AreaPtg
- extends Area2DPtgBase
Specifies a rectangular area of cells A1:A4 for instance.
- Author:
- Jason Height (jheight at chariot dot net dot au)
Field Summary |
static short |
sid
|
Method Summary |
protected byte |
getSid()
|
Methods inherited from class org.apache.poi.ss.formula.ptg.AreaPtgBase |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final short sid
- See Also:
- Constant Field Values
AreaPtg
public AreaPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative)
AreaPtg
public AreaPtg(LittleEndianInput in)
AreaPtg
public AreaPtg(java.lang.String arearef)
AreaPtg
public AreaPtg(AreaReference areaRef)
getSid
protected byte getSid()
- Specified by:
getSid
in class Area2DPtgBase
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.