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 class
Type 0 seem to be somewhat rare.static class
Type 12 holds hyperlinks, and is very complex.static class
Type 4 is quite common.static class
Type 8 is quite common. -
Method Summary
Modifier and TypeMethodDescriptionstatic QCPLCBit
createQCPLCBit
(String thingType, String bitType, byte[] data) int
long[]
long[]
int[]
int
Methods 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
-