|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.hyperlink
public class hyperlink
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 |
---|
public hyperlink(field hyperlink)
hyperlink
class.
hyperlink
- the hyperlink.method detail |
---|
public java.lang.string getfilepath()
public void setfilepath(java.lang.string value)
value
- file path.public java.lang.string geturi()
public void seturi(java.lang.string value)
value
- url link.public java.lang.string getbookmarkname()
public void setbookmarkname(java.lang.string value)
value
- the bookmark namepublic hyperlinktype gettype()
public void settype(hyperlinktype value)
value
- hyperlinktypepublic java.lang.string gettexttodisplay()
public void settexttodisplay(java.lang.string value)
value
- the texttodisplaypublic shapeobject getpicturetodisplay()
public void setpicturetodisplay(shapeobject value)
value
- the shapobject
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |