Exemplo n.º 1
0
Arquivo: Shape.cs Projeto: zzy092/npoi
 /**
  * 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));
 }