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 class
QCPLCBit
A "PLC " (PLC) based bit of Quill Contents.static class
QCPLCBit.Type0
Type 0 seem to be somewhat rare.static class
QCPLCBit.Type12
Type 12 holds hyperlinks, and is very complex.static class
QCPLCBit.Type4
Type 4 is quite common.static class
QCPLCBit.Type8
Type 8 is quite common.class
QCTextBit
A Text based bit of Quill Contentsclass
UnknownQCBit
Any Quill Contents bits we don't know how to handle explicitly
-