Package loci.poi.hssf.record.formula
Class DeletedArea3DPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.Area3DPtg
loci.poi.hssf.record.formula.DeletedArea3DPtg
Title: Deleted Area 3D Ptg - 3D referecnce (Sheet + Area)
Description: Defined a area in Extern Sheet.
REFERENCE:
- Version:
- 1.0-pre
- Author:
- Patrick Luby
-
Field Summary
FieldsFields inherited from class loci.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass -
Constructor Summary
ConstructorsConstructorDescriptionDeletedArea3DPtg(String arearef, short externIdx) Creates new DeletedArea3DPtg -
Method Summary
Methods inherited from class loci.poi.hssf.record.formula.Area3DPtg
clone, equals, getDefaultOperandClass, getExternSheetIndex, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, getSize, hashCode, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, setArea, setExternSheetIndex, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, toFormulaString, toString, writeBytesMethods inherited from class loci.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString
-
Field Details
-
sid
public static final byte sid- See Also:
-
-
Constructor Details
-
DeletedArea3DPtg
Creates new DeletedArea3DPtg -
DeletedArea3DPtg
-