Package | Description |
---|---|
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.usermodel |
Modifier and Type | Method and 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 |
ShapeGroup.getHyperlink()
Returns
null - shape groups can't have hyperlinks |
Hyperlink |
Shape.getHyperlink()
Returns the hyperlink assigned to this shape
|
Hyperlink[] |
TextRun.getHyperlinks()
Returns the array of all hyperlinks in this text run
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleShape.setHyperlink(Hyperlink link) |
Modifier and Type | Method and Description |
---|---|
int |
SlideShow.addHyperlink(Hyperlink link)
Add a hyperlink to this presentation
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.