Package org.apache.poi.hpbf.model.qcbits
Class QCPLCBit
java.lang.Object
org.apache.poi.hpbf.model.qcbits.QCBit
org.apache.poi.hpbf.model.qcbits.QCPLCBit
- Direct Known Subclasses:
QCPLCBit.Type0,QCPLCBit.Type12,QCPLCBit.Type4,QCPLCBit.Type8
A "PLC " (PLC) based bit of Quill Contents. The exact
format is determined by the type of the PLCs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classType 0 seem to be somewhat rare.static classType 12 holds hyperlinks, and is very complex.static classType 4 is quite common.static classType 8 is quite common. -
Method Summary
Modifier and TypeMethodDescriptionstatic QCPLCBitcreateQCPLCBit(String thingType, String bitType, byte[] data) intlong[]long[]int[]intMethods inherited from class org.apache.poi.hpbf.model.qcbits.QCBit
getBitType, getData, getDataOffset, getLength, getOptA, getOptB, getOptC, getThingType, setData, setDataOffset, setOptA, setOptB, setOptC
-
Method Details
-
getNumberOfPLCs
public int getNumberOfPLCs() -
getTypeOfPLCS
public int getTypeOfPLCS() -
getPreData
public int[] getPreData() -
getPlcValA
public long[] getPlcValA() -
getPlcValB
public long[] getPlcValB() -
createQCPLCBit
-