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
 

Fields in org.apache.poi.hslf.usermodel declared as HSLFHyperlink
protected  HSLFHyperlink HSLFSimpleShape._hyperlink
          Hyperlink
 

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

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
protected 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
protected  void HSLFTextRun.setHyperlink(HSLFHyperlink link)
          Sets the hyperlink - used when parsing the document
protected  void HSLFSimpleShape.setHyperlink(HSLFHyperlink link)
          Sets the hyperlink - used when the document is parsed
 



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