Package org.apache.poi.ss.formula.ptg
Class UnknownPtg
java.lang.Object
org.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.UnknownPtg
- Author:
- andy, Jason Height (jheight at chariot dot net dot au)
-
Field Summary
Fields 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 TypeMethodDescriptionbyte
int
getSize()
boolean
return a string representation of this token alonevoid
write
(LittleEndianOutput out) Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
-
Constructor Details
-
UnknownPtg
public UnknownPtg(int sid)
-
-
Method Details
-
isBaseToken
public boolean isBaseToken()- Specified by:
isBaseToken
in classPtg
- Returns:
false
if this token is classified as 'reference', 'value', or 'array'
-
write
-
getSize
public int getSize() -
toFormulaString
Description copied from class:Ptg
return a string representation of this token alone- Specified by:
toFormulaString
in classPtg
-
getDefaultOperandClass
public byte getDefaultOperandClass()- Specified by:
getDefaultOperandClass
in classPtg
-