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

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

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
 



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