Package org.apache.poi.hpbf.model.qcbits
Class QCTextBit
- java.lang.Object
-
- org.apache.poi.hpbf.model.qcbits.QCBit
-
- org.apache.poi.hpbf.model.qcbits.QCTextBit
-
public final class QCTextBit extends QCBit
A Text based bit of Quill Contents
-
-
Constructor Summary
Constructors Constructor Description QCTextBit(java.lang.String thingType, java.lang.String bitType, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
Returns the text.void
setText(java.lang.String text)
-
Methods inherited from class org.apache.poi.hpbf.model.qcbits.QCBit
getBitType, getData, getDataOffset, getLength, getOptA, getOptB, getOptC, getThingType, setDataOffset, setOptA, setOptB, setOptC
-
-