Uses of Class
org.apache.poi.hpbf.model.qcbits.QCBit
-
Packages that use QCBit Package Description org.apache.poi.hpbf.model org.apache.poi.hpbf.model.qcbits -
-
Uses of QCBit in org.apache.poi.hpbf.model
Methods in org.apache.poi.hpbf.model that return QCBit Modifier and Type Method Description QCBit[]QuillContents. getBits() -
Uses of QCBit in org.apache.poi.hpbf.model.qcbits
Subclasses of QCBit in org.apache.poi.hpbf.model.qcbits Modifier and Type Class Description classQCPLCBitA "PLC " (PLC) based bit of Quill Contents.static classQCPLCBit.Type0Type 0 seem to be somewhat rare.static classQCPLCBit.Type12Type 12 holds hyperlinks, and is very complex.static classQCPLCBit.Type4Type 4 is quite common.static classQCPLCBit.Type8Type 8 is quite common.classQCTextBitA Text based bit of Quill ContentsclassUnknownQCBitAny Quill Contents bits we don't know how to handle explicitly
-