Uses of Class
org.apache.poi.hslf.record.ExHyperlink

Packages that use ExHyperlink
org.apache.poi.hslf.record   
org.apache.poi.hslf.usermodel   
 

Uses of ExHyperlink in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return ExHyperlink
 ExHyperlink ExObjList.get(int id)
          Lookup a hyperlink by its unique id
 ExHyperlink[] ExObjList.getExHyperlinks()
          Returns all the ExHyperlinks
 

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

Methods in org.apache.poi.hslf.usermodel that return ExHyperlink
 ExHyperlink HSLFHyperlink.getExHyperlink()
           
 

Constructors in org.apache.poi.hslf.usermodel with parameters of type ExHyperlink
HSLFHyperlink(ExHyperlink exHyper, InteractiveInfo info)
           
 



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