hyperlink-ag凯发旗舰厅



com.spire.doc
class hyperlink

java.lang.object
  extended by com.spire.doc.hyperlink

public class hyperlink
extends java.lang.object

constructor summary
hyperlink(field hyperlink)
          initializes a new instance of the hyperlink class.
 
method summary
 java.lang.string getbookmarkname()
          returns bookmark.
 java.lang.string getfilepath()
          gets file path.
 shapeobject getpicturetodisplay()
          gets the image which will be displayed on the place of hyperlink.
 java.lang.string gettexttodisplay()
          gets the specified hyperlink's visible text in a document.
 hyperlinktype gettype()
          returns a hyperlinktype object that indicates the link type.
 java.lang.string geturi()
          returns url link.
 void setbookmarkname(java.lang.string value)
          sets bookmark.
 void setfilepath(java.lang.string value)
          sets file path.
 void setpicturetodisplay(shapeobject value)
          sets the image which will be displayed on the place of hyperlink.
 void settexttodisplay(java.lang.string value)
          sets the specified hyperlink's visible text in a document.
 void settype(hyperlinktype value)
          sets a hyperlinktype object that indicates the link type.
 void seturi(java.lang.string value)
          sets url link.
 
constructor detail

hyperlink

public hyperlink(field hyperlink)
initializes a new instance of the hyperlink class.
parameters:
hyperlink - the hyperlink.
method detail

getfilepath

public java.lang.string getfilepath()
gets file path.
returns:
the file path.

setfilepath

public void setfilepath(java.lang.string value)
sets file path.
parameters:
value - file path.

geturi

public java.lang.string geturi()
returns url link.
returns:
url link.

seturi

public void seturi(java.lang.string value)
sets url link.
parameters:
value - url link.

getbookmarkname

public java.lang.string getbookmarkname()
returns bookmark.
returns:
bookmark name

setbookmarkname

public void setbookmarkname(java.lang.string value)
sets bookmark.
parameters:
value - the bookmark name

gettype

public hyperlinktype gettype()
returns a hyperlinktype object that indicates the link type.
returns:
the hyperlinktype

settype

public void settype(hyperlinktype value)
sets a hyperlinktype object that indicates the link type.
parameters:
value - hyperlinktype

gettexttodisplay

public java.lang.string gettexttodisplay()
gets the specified hyperlink's visible text in a document.
returns:
the text to display.

settexttodisplay

public void settexttodisplay(java.lang.string value)
sets the specified hyperlink's visible text in a document.
parameters:
value - the texttodisplay

getpicturetodisplay

public shapeobject getpicturetodisplay()
gets the image which will be displayed on the place of hyperlink.
returns:
the shapobject

setpicturetodisplay

public void setpicturetodisplay(shapeobject value)
sets the image which will be displayed on the place of hyperlink.
parameters:
value - the shapobject


网站地图