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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()Returns the text.voidsetText(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
-
-