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
public abstract class QCBit extends java.lang.ObjectParent of all Quill CONTENTS bits
-
-
Constructor Summary
Constructors Constructor Description QCBit(java.lang.String thingType, java.lang.String bitType, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBitType()Returns the type of the bit data, eg TEXT or PLCbyte[]getData()intgetDataOffset()intgetLength()intgetOptA()intgetOptB()intgetOptC()java.lang.StringgetThingType()Returns the type of the thing, eg TEXT, FONT or TOKNvoidsetDataOffset(int offset)voidsetOptA(int optA)voidsetOptB(int optB)voidsetOptC(int optC)
-
-
-
Method Detail
-
getThingType
public java.lang.String getThingType()
Returns the type of the thing, eg TEXT, FONT or TOKN
-
getBitType
public java.lang.String getBitType()
Returns the type of the bit data, eg TEXT or PLC
-
getData
public final byte[] getData()
-
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()
-
-