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

    • 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)