Uses of Class
org.apache.poi.hslf.usermodel.HSLFHyperlink
-
Packages that use HSLFHyperlink Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFHyperlink in org.apache.poi.hslf.usermodel
Fields in org.apache.poi.hslf.usermodel declared as HSLFHyperlink Modifier and Type Field Description protected HSLFHyperlink
HSLFSimpleShape. _hyperlink
HyperlinkMethods in org.apache.poi.hslf.usermodel that return HSLFHyperlink Modifier and Type Method Description HSLFHyperlink
HSLFSimpleShape. createHyperlink()
HSLFHyperlink
HSLFTextRun. createHyperlink()
protected static HSLFHyperlink
HSLFHyperlink. find(HSLFShape shape)
Find hyperlink assigned to the supplied shapeHSLFHyperlink
HSLFGroupShape. getHyperlink()
Returnsnull
- shape groups can't have hyperlinksHSLFHyperlink
HSLFSimpleShape. getHyperlink()
HSLFHyperlink
HSLFTextRun. getHyperlink()
Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFHyperlink Modifier and Type Method Description protected static java.util.List<HSLFHyperlink>
HSLFHyperlink. find(java.util.List<HSLFTextParagraph> paragraphs)
Find hyperlinks in a text paragraphstatic java.util.List<HSLFHyperlink>
HSLFHyperlink. find(HSLFTextShape shape)
Find hyperlinks in a text shapejava.util.List<HSLFHyperlink>
HSLFTextShape. getHyperlinks()
Returns the array of all hyperlinks in this text runMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFHyperlink Modifier and Type Method Description protected void
HSLFSimpleShape. setHyperlink(HSLFHyperlink link)
Sets the hyperlink - used when the document is parsedprotected void
HSLFTextRun. setHyperlink(HSLFHyperlink link)
Sets the hyperlink - used when parsing the document
-