int AddHyLinkShape (int xLeft, int yTop, int xRight, int yBottom,string lpszCaption)
功能:在当前页面上添加一个超级连接图形
xLeft:超级连接的左边位置单位为像素。
xTop:超级连接的上边位置单位为像素。
xRight:超级连接的右边位置单位为像素。
xBottom:超级连接的下边位置单位为像素。
lpszCaption:超级连接的标题。
返回值:矩形的ID
例:int x= AddHyLinkShape(300, 300, 500, 500, "asd");
效果: