Uses of Class
aspose.pdf.Hyperlink

Uses of Hyperlink in aspose.pdf
 

Methods in aspose.pdf that return Hyperlink
 Hyperlink Graph.getHyperlink()
          Gets a Hyperlink object that indicates the hyper link info of the graph.
 Hyperlink Image.getHyperlink()
          Gets a Hyperlink object that indicates the hyper link info of the image.
 Hyperlink Segment.getHyperlink()
          Gets a Hyperlink object that indicates the hyper link info of the segment.
 

Methods in aspose.pdf with parameters of type Hyperlink
 void Graph.setHyperlink(Hyperlink hyperlinkInfo)
          Sets a Hyperlink object that indicates the hyper link info of the graph.
 void Image.setHyperlink(Hyperlink hyperlinkInfo)
          Sets a Hyperlink object that indicates the hyper link info of the image.
 void Segment.setHyperlink(Hyperlink value)
          Sets a Hyperlink object that indicates the hyper link info of the segment.