Package | Description |
---|---|
org.apache.poi.hslf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected HSLFHyperlink |
HSLFSimpleShape._hyperlink
Hyperlink
|
Modifier and Type | Method and Description |
---|---|
HSLFHyperlink |
HSLFTextRun.createHyperlink() |
HSLFHyperlink |
HSLFSimpleShape.createHyperlink() |
protected static HSLFHyperlink |
HSLFHyperlink.find(HSLFShape shape)
Find hyperlink assigned to the supplied shape
|
HSLFHyperlink |
HSLFTextRun.getHyperlink() |
HSLFHyperlink |
HSLFGroupShape.getHyperlink()
Returns
null - shape groups can't have hyperlinks |
HSLFHyperlink |
HSLFSimpleShape.getHyperlink() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<HSLFHyperlink> |
HSLFHyperlink.find(HSLFTextShape shape)
Find hyperlinks in a text shape
|
protected static java.util.List<HSLFHyperlink> |
HSLFHyperlink.find(java.util.List<HSLFTextParagraph> paragraphs)
Find hyperlinks in a text paragraph
|
java.util.List<HSLFHyperlink> |
HSLFTextShape.getHyperlinks()
Returns the array of all hyperlinks in this text run
|
Modifier and Type | Method and Description |
---|---|
protected void |
HSLFSimpleShape.setHyperlink(HSLFHyperlink link)
Sets the hyperlink - used when the document is parsed
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.