Package loci.poi.hssf.record.formula
Class PercentPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.OperationPtg
loci.poi.hssf.record.formula.PercentPtg
Percent PTG.
- Author:
- Daniel Noll (daniel at nuix.com.au)
-
Field Summary
FieldsFields inherited from class loci.poi.hssf.record.formula.OperationPtg
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARYFields inherited from class loci.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()byteintThe number of operands expected by the operationsintgetSize()intgetType()toFormulaString(String[] operands) implementation of method from OperationsPtgtoFormulaString(Workbook book) Implementation of method from PtgvoidwriteBytes(byte[] array, int offset) write this Ptg to a byte arrayMethods inherited from class loci.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString, toString
-
Field Details
-
SIZE
public static final int SIZE- See Also:
-
sid
public static final byte sid- See Also:
-
-
Constructor Details
-
PercentPtg
public PercentPtg()Creates new PercentPtg -
PercentPtg
-
-
Method Details
-
writeBytes
public void writeBytes(byte[] array, int offset) Description copied from class:Ptgwrite this Ptg to a byte array- Specified by:
writeBytesin classPtg
-
getSize
public int getSize() -
getType
public int getType()- Specified by:
getTypein classOperationPtg
-
getNumberOfOperands
public int getNumberOfOperands()Description copied from class:OperationPtgThe number of operands expected by the operations- Specified by:
getNumberOfOperandsin classOperationPtg
-
toFormulaString
Implementation of method from Ptg- Specified by:
toFormulaStringin classPtg
-
toFormulaString
implementation of method from OperationsPtg- Specified by:
toFormulaStringin classOperationPtg- See Also:
-
getDefaultOperandClass
public byte getDefaultOperandClass()- Overrides:
getDefaultOperandClassin classOperationPtg
-
clone
-