Uses of Interface
org.apache.poi.sl.usermodel.Hyperlink
-
Packages that use Hyperlink Package Description org.apache.poi.sl.usermodel -
-
Uses of Hyperlink in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Hyperlink Modifier and Type Method Description Hyperlink<S,P>
SimpleShape. createHyperlink()
Creates a hyperlink and asigns it to this shape.Hyperlink<?,?>
TextRun. createHyperlink()
Creates a new hyperlink and assigns it to this text run.Hyperlink<S,P>
SimpleShape. getHyperlink()
Returns the hyperlink assigned to this shapeHyperlink<?,?>
TextRun. getHyperlink()
Return the associated hyperlink
-