コード例 #1
0
ファイル: Shape.cs プロジェクト: 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));
 }