Uses of Class
org.apache.poi.hslf.usermodel.HSLFHyperlink

Packages that use HSLFHyperlink
org.apache.poi.hslf.usermodel   
 

Uses of HSLFHyperlink in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return HSLFHyperlink
static HSLFHyperlink HSLFHyperlink.find(HSLFShape shape)
          Find hyperlink assigned to the supplied shape
 HSLFHyperlink HSLFGroupShape.getHyperlink()
          Returns null - shape groups can't have hyperlinks
 HSLFHyperlink HSLFShape.getHyperlink()
          Returns the hyperlink assigned to this shape
 

Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFHyperlink
static java.util.List<HSLFHyperlink> HSLFHyperlink.find(HSLFTextShape shape)
          Find hyperlinks in a text shape
static java.util.List<HSLFHyperlink> HSLFHyperlink.find(java.util.List<HSLFTextParagraph> paragraphs)
          Find hyperlinks in a text paragraph
 java.util.List<HSLFHyperlink> HSLFTextShape.getHyperlinks()
          Returns the array of all hyperlinks in this text run
 

Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFHyperlink
 int HSLFSlideShow.addHyperlink(HSLFHyperlink link)
          Add a hyperlink to this presentation
 void HSLFSimpleShape.setHyperlink(HSLFHyperlink link)
           
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.