Package org.apache.poi.hpbf.model.qcbits
Class QCBit
java.lang.Object
org.apache.poi.hpbf.model.qcbits.QCBit
- Direct Known Subclasses:
QCPLCBit
,QCTextBit
,UnknownQCBit
Parent of all Quill CONTENTS bits
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the bit data, eg TEXT or PLCfinal byte[]
getData()
int
int
int
getOptA()
int
getOptB()
int
getOptC()
Returns the type of the thing, eg TEXT, FONT or TOKNprotected final void
setData
(byte[] data) void
setDataOffset
(int offset) void
setOptA
(int optA) void
setOptB
(int optB) void
setOptC
(int optC)
-
Constructor Details
-
QCBit
-
-
Method Details
-
getThingType
Returns the type of the thing, eg TEXT, FONT or TOKN -
getBitType
Returns the type of the bit data, eg TEXT or PLC -
getData
public final byte[] getData() -
setData
protected final void setData(byte[] data) -
getOptA
public int getOptA() -
setOptA
public void setOptA(int optA) -
getOptB
public int getOptB() -
setOptB
public void setOptB(int optB) -
getOptC
public int getOptC() -
setOptC
public void setOptC(int optC) -
getDataOffset
public int getDataOffset() -
setDataOffset
public void setDataOffset(int offset) -
getLength
public int getLength()
-