org.apache.poi.hssf.record.formula
public final class: BoolPtg [javadoc |
source]
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.ScalarConstantPtg
org.apache.poi.hssf.record.formula.BoolPtg
All Implemented Interfaces:
Cloneable
Boolean (boolean)
Stores a (java) boolean value in a formula.
- author:
Paul - Krause (pkrause at soundbite dot com)
- author:
Andrew - C. Oliver (acoliver at apache dot org)
- author:
Jason - Height (jheight at chariot dot net dot au)
| Field Summary |
|---|
| public static final int | SIZE | |
| public static final byte | sid | |
| Methods from org.apache.poi.hssf.record.formula.Ptg: |
|---|
|
clone, copy, createParsedExpressionTokens, createPtg, getBytes, getDefaultOperandClass, getEncodedSize, getEncodedSize, getPtgClass, getSize, isBaseToken, readTokens, serializePtgStack, serializePtgs, setClass, toDebugString, toFormulaString, toString, writeBytes |