Uses of Class
org.apache.poi.hslf.record.ExHyperlink
-
Packages that use ExHyperlink Package Description 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 Modifier and Type Method Description ExHyperlink
ExObjList. get(int id)
Lookup a hyperlink by its unique idExHyperlink[]
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 Modifier and Type Method Description ExHyperlink
HSLFHyperlink. getExHyperlink()
Constructors in org.apache.poi.hslf.usermodel with parameters of type ExHyperlink Constructor Description HSLFHyperlink(ExHyperlink exHyper, InteractiveInfo info)
-