Beispiel #1
0
 /**
  * Returns the hyperlink assigned to this shape
  *
  * @return the hyperlink assigned to this shape
  * or <code>null</code> if not found.
  */
 public Hyperlink GetHyperlink()
 {
     return(Hyperlink.Find(this));
 }