|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.model.Hyperlink
public class Hyperlink
Represents a hyperlink in a PowerPoint document
Constructor Summary | |
---|---|
Hyperlink()
|
Method Summary | |
---|---|
protected static Hyperlink |
find(Shape shape)
Find hyperlink assigned to the supplied shape |
protected static Hyperlink[] |
find(TextRun run)
Find hyperlinks in a text run |
java.lang.String |
getAddress()
Gets the hyperlink URL |
int |
getEndIndex()
Gets the ending character position |
int |
getStartIndex()
Gets the beginning character position |
java.lang.String |
getTitle()
Gets the hyperlink user-friendly title (if different from URL) |
int |
getType()
Gets the type of the hyperlink action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hyperlink()
Method Detail |
---|
public int getType()
ACTION_*
constant defined in InteractiveInfoAtom
InteractiveInfoAtom
public java.lang.String getAddress()
public java.lang.String getTitle()
public int getStartIndex()
public int getEndIndex()
protected static Hyperlink[] find(TextRun run)
run
- TextRun
to lookup hyperlinks in
null
if not foundprotected static Hyperlink find(Shape shape)
shape
- Shape
to lookup hyperlink in
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |