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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static intgetMaxRecordLength()StringgetText()Returns the text.static voidsetMaxRecordLength(int length)voidsetText(String text)-
Methods inherited from class org.apache.poi.hpbf.model.qcbits.QCBit
getBitType, getData, getDataOffset, getLength, getOptA, getOptB, getOptC, getThingType, setData, setDataOffset, setOptA, setOptB, setOptC
-
-
-
-
Method Detail
-
setMaxRecordLength
public static void setMaxRecordLength(int length)
- Parameters:
length- the max record length allowed for QCTextBit
-
getMaxRecordLength
public static int getMaxRecordLength()
- Returns:
- the max record length allowed for QCTextBit
-
getText
public String getText()
Returns the text. Note that line endings are \r and not \n
-
setText
public void setText(String text)
-
-