|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hpbf.model.qcbits.QCBit org.apache.poi.hpbf.model.qcbits.QCTextBit
public final class QCTextBit
A Text based bit of Quill Contents
Field Summary |
---|
Fields inherited from class org.apache.poi.hpbf.model.qcbits.QCBit |
---|
bitType, data, dataOffset, optA, optB, optC, thingType |
Constructor Summary | |
---|---|
QCTextBit(java.lang.String thingType,
java.lang.String bitType,
byte[] data)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QCTextBit(java.lang.String thingType, java.lang.String bitType, byte[] data)
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |