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 Details

    • QCTextBit

      public QCTextBit(String thingType, String bitType, byte[] data)
  • Method Details

    • getText

      public String getText()
      Returns the text. Note that line endings are \r and not \n
    • setText

      public void setText(String text)