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 HSLFHyperlinkHSLFSimpleShape. _hyperlinkHyperlinkMethods in org.apache.poi.hslf.usermodel that return HSLFHyperlink Modifier and Type Method Description HSLFHyperlinkHSLFSimpleShape. createHyperlink()HSLFHyperlinkHSLFTextRun. createHyperlink()protected static HSLFHyperlinkHSLFHyperlink. find(HSLFShape shape)Find hyperlink assigned to the supplied shapeHSLFHyperlinkHSLFGroupShape. getHyperlink()Returnsnull- shape groups can't have hyperlinksHSLFHyperlinkHSLFSimpleShape. getHyperlink()HSLFHyperlinkHSLFTextRun. getHyperlink()Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFHyperlink Modifier and Type Method Description protected static List<HSLFHyperlink>HSLFHyperlink. find(List<HSLFTextParagraph> paragraphs)Find hyperlinks in a text paragraphstatic List<HSLFHyperlink>HSLFHyperlink. find(HSLFTextShape shape)Find hyperlinks in a text shapeList<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 voidHSLFSimpleShape. setHyperlink(HSLFHyperlink link)Sets the hyperlink - used when the document is parsed
-