|
|||||||||
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 |