Uses of Class
org.apache.poi.hslf.usermodel.HSLFHyperlink
Packages that use HSLFHyperlink
-
Uses of HSLFHyperlink in org.apache.poi.hslf.usermodel
Fields in org.apache.poi.hslf.usermodel declared as HSLFHyperlinkMethods in org.apache.poi.hslf.usermodel that return HSLFHyperlinkModifier and TypeMethodDescriptionHSLFSimpleShape.createHyperlink()HSLFTextRun.createHyperlink()protected static HSLFHyperlinkFind hyperlink assigned to the supplied shapeHSLFGroupShape.getHyperlink()Returnsnull- shape groups can't have hyperlinksHSLFSimpleShape.getHyperlink()HSLFTextRun.getHyperlink()Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFHyperlinkModifier and TypeMethodDescriptionprotected 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 shapeHSLFTextShape.getHyperlinks()Returns the array of all hyperlinks in this text runMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFHyperlinkModifier and TypeMethodDescriptionprotected voidHSLFSimpleShape.setHyperlink(HSLFHyperlink link) Sets the hyperlink - used when the document is parsedprotected voidHSLFTextRun.setHyperlink(HSLFHyperlink link) Sets the hyperlink - used when parsing the document