|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hpbf.model.qcbits.QCBit
org.apache.poi.hpbf.model.qcbits.QCPLCBit
org.apache.poi.hpbf.model.qcbits.QCPLCBit.Type12
public static class QCPLCBit.Type12
Type 12 holds hyperlinks, and is very complex. There is normally one of these for each text area that contains at least one hyperlinks. The character offsets are relative to the start of the text area that this applies to.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.poi.hpbf.model.qcbits.QCPLCBit |
---|
QCPLCBit.Type0, QCPLCBit.Type12, QCPLCBit.Type4, QCPLCBit.Type8 |
Method Summary | |
---|---|
int |
getAllTextEndAt()
Returns where in the text that this block of hyperlinks stops applying to. |
java.lang.String |
getHyperlink(int number)
Returns the URL of the hyperlink at the given index. |
int |
getNumberOfHyperlinks()
Returns the number of hyperlinks, which should either be zero, or the number of PLC bits |
int |
getTextStartAt(int number)
Returns where in the text (in characters) the hyperlink at the given index starts applying to. |
Methods inherited from class org.apache.poi.hpbf.model.qcbits.QCPLCBit |
---|
createQCPLCBit, getNumberOfPLCs, getPlcValA, getPlcValB, getPreData, getTypeOfPLCS |
Methods inherited from class org.apache.poi.hpbf.model.qcbits.QCBit |
---|
getBitType, getData, getDataOffset, getLength, getOptA, getOptB, getOptC, getThingType, setDataOffset, setOptA, setOptB, setOptC |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getNumberOfHyperlinks()
public java.lang.String getHyperlink(int number)
number
- The hyperlink number, zero basedpublic int getTextStartAt(int number)
number
- The hyperlink number, zero basedpublic int getAllTextEndAt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |