Uses of Class
org.apache.poi.hslf.model.Hyperlink

Packages that use Hyperlink
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

Uses of Hyperlink in org.apache.poi.hslf.model
 

Methods in org.apache.poi.hslf.model that return Hyperlink
protected static Hyperlink Hyperlink.find(Shape shape)
          Find hyperlink assigned to the supplied shape
protected static Hyperlink[] Hyperlink.find(TextRun run)
          Find hyperlinks in a text run
 Hyperlink ShapeGroup.getHyperlink()
          Returns null - shape groups can't have hyperlinks
 Hyperlink Shape.getHyperlink()
          Returns the hyperlink assigned to this shape
 Hyperlink[] TextRun.getHyperlinks()
          Returns the array of all hyperlinks in this text run
 

Methods in org.apache.poi.hslf.model with parameters of type Hyperlink
 void SimpleShape.setHyperlink(Hyperlink link)
           
 

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

Methods in org.apache.poi.hslf.usermodel with parameters of type Hyperlink
 int SlideShow.addHyperlink(Hyperlink link)
          Add a hyperlink to this presentation
 



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