Uses of Interface
org.apache.poi.sl.usermodel.Hyperlink
Packages that use Hyperlink
Package
Description
-
Uses of Hyperlink in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement HyperlinkModifier and TypeClassDescriptionfinal class
Represents a hyperlink in a PowerPoint document -
Uses of Hyperlink in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return HyperlinkModifier and TypeMethodDescriptionSimpleShape.createHyperlink()
Creates a hyperlink and asigns it to this shape.Hyperlink<?,
?> TextRun.createHyperlink()
Creates a new hyperlink and assigns it to this text run.SimpleShape.getHyperlink()
Returns the hyperlink assigned to this shapeHyperlink<?,
?> TextRun.getHyperlink()
Return the associated hyperlink -
Uses of Hyperlink in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement Hyperlink