Uses of Interface
org.apache.poi.sl.usermodel.Hyperlink
-
Packages that use Hyperlink Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of Hyperlink in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement Hyperlink Modifier and Type Class Description classHSLFHyperlinkRepresents a hyperlink in a PowerPoint document -
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 -
Uses of Hyperlink in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement Hyperlink Modifier and Type Class Description classXSLFHyperlink
-