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

Hyperlink

public Hyperlink(Field hyperlink)
Method Detail

getFilePath

public java.lang.String getFilePath()
Gets or sets file path.


setFilePath

public void setFilePath(java.lang.String value)
Gets or sets file path.


getUri

public java.lang.String getUri()
Returns or sets url link.


setUri

public void setUri(java.lang.String value)
Returns or sets url link.


getBookmarkName

public java.lang.String getBookmarkName()
Returns or sets bookmark.


setBookmarkName

public void setBookmarkName(java.lang.String value)
Returns or sets bookmark.


getType

public HyperlinkType getType()
Returns or sets a HyperlinkType object that indicates the link type.


setType

public void setType(HyperlinkType value)
Returns or sets a HyperlinkType object that indicates the link type.


getTextToDisplay

public java.lang.String getTextToDisplay()
Gets or sets the specified hyperlink's visible text in a document.

Returns:
The text to display.

setTextToDisplay

public void setTextToDisplay(java.lang.String value)
Gets or sets the specified hyperlink's visible text in a document.


getPictureToDisplay

public ShapeObject getPictureToDisplay()
Gets or sets the image which will be displayed on the place of hyperlink.


setPictureToDisplay

public void setPictureToDisplay(ShapeObject value)
Gets or sets the image which will be displayed on the place of hyperlink.


dispose

public void dispose()