Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
protected static Hyperlink |
Hyperlink.find(Shape shape) |
Find hyperlink assigned to the supplied shape
|
protected static Hyperlink[] |
Hyperlink.find(TextRun run) |
Find hyperlinks in a text run
|
Hyperlink |
Shape.getHyperlink() |
Returns the hyperlink assigned to this shape
|
Hyperlink |
ShapeGroup.getHyperlink() |
Returns
null - shape groups can't have hyperlinks |
Hyperlink[] |
TextRun.getHyperlinks() |
Returns the array of all hyperlinks in this text run
|
Modifier and Type | Method | Description |
---|---|---|
void |
SimpleShape.setHyperlink(Hyperlink link) |
Modifier and Type | Method | Description |
---|---|---|
int |
SlideShow.addHyperlink(Hyperlink link) |
Add a hyperlink to this presentation
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.