|
|||||||||
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)
|
Method Summary | |
---|---|
void |
dispose()
|
java.lang.String |
getBookmarkName()
Returns or sets bookmark. |
java.lang.String |
getFilePath()
Gets or sets file path. |
ShapeObject |
getPictureToDisplay()
Gets or sets the image which will be displayed on the place of hyperlink. |
java.lang.String |
getTextToDisplay()
Gets or sets the specified hyperlink's visible text in a document. |
HyperlinkType |
getType()
Returns or sets a HyperlinkType object that indicates the link type. |
java.lang.String |
getUri()
Returns or sets url link. |
void |
setBookmarkName(java.lang.String value)
Returns or sets bookmark. |
void |
setFilePath(java.lang.String value)
Gets or sets file path. |
void |
setPictureToDisplay(ShapeObject value)
Gets or sets the image which will be displayed on the place of hyperlink. |
void |
setTextToDisplay(java.lang.String value)
Gets or sets the specified hyperlink's visible text in a document. |
void |
setType(HyperlinkType value)
Returns or sets a HyperlinkType object that indicates the link type. |
void |
setUri(java.lang.String value)
Returns or sets url link. |
Constructor Detail |
---|
public Hyperlink(Field hyperlink)
Method Detail |
---|
public java.lang.String getFilePath()
public void setFilePath(java.lang.String value)
public java.lang.String getUri()
public void setUri(java.lang.String value)
public java.lang.String getBookmarkName()
public void setBookmarkName(java.lang.String value)
public HyperlinkType getType()
public void setType(HyperlinkType value)
public java.lang.String getTextToDisplay()
public void setTextToDisplay(java.lang.String value)
public ShapeObject getPictureToDisplay()
public void setPictureToDisplay(ShapeObject value)
public void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |