Package org.apache.poi.ss.formula.ptg
Class Ref3DPtg
java.lang.Object
org.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.OperandPtg
org.apache.poi.ss.formula.ptg.RefPtgBase
org.apache.poi.ss.formula.ptg.Ref3DPtg
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord,ExternSheetReferenceToken,WorkbookDependentFormula
public final class Ref3DPtg
extends RefPtgBase
implements WorkbookDependentFormula, ExternSheetReferenceToken
Reference 3D Ptg
Defined a cell 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 Ref3DPxg
-
Field Summary
FieldsFields inherited from class org.apache.poi.ss.formula.ptg.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()intbytegetSid()intgetSize()voidsetExternSheetIndex(int index) return a string representation of this token alonevoidwrite(LittleEndianOutput out) Methods inherited from class org.apache.poi.ss.formula.ptg.RefPtgBase
getColumn, getDefaultOperandClass, getRow, isColRelative, isRowRelative, setColRelative, setColumn, setRow, setRowRelativeMethods inherited from class org.apache.poi.ss.formula.ptg.OperandPtg
isBaseTokenMethods inherited from class org.apache.poi.ss.formula.ptg.Ptg
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Field Details
-
sid
public static final byte sid- See Also:
-
-
Constructor Details
-
Ref3DPtg
-
Ref3DPtg
-
Ref3DPtg
-
Ref3DPtg
-
-
Method Details
-
write
-
getSid
public byte getSid() -
getSize
public int getSize() -
getExternSheetIndex
public int getExternSheetIndex()- Specified by:
getExternSheetIndexin interfaceExternSheetReferenceToken
-
setExternSheetIndex
public void setExternSheetIndex(int index) -
format2DRefAsString
- Specified by:
format2DRefAsStringin interfaceExternSheetReferenceToken- Returns:
- formula text for this reference token without the qualifying sheet name
-
toFormulaString
- Specified by:
toFormulaStringin interfaceWorkbookDependentFormula- Returns:
- text representation of this cell reference that can be used in text formulas. The sheet name will get properly delimited if required.
-
toFormulaString
Description copied from class:Ptgreturn a string representation of this token alone- Specified by:
toFormulaStringin classPtg
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classOperandPtg
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord- Overrides:
getGenericPropertiesin classRefPtgBase
-