public interface IHyperlink
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the hyperlink.
|
java.lang.String |
getAddress()
Gets the address of the target document.
|
java.lang.String |
getEmailSubject()
Gets the text string of the specified hyperlink’s e-mail subject line.
|
java.lang.String |
getName()
Returns the name of the object.
|
IRange |
getRange()
Returns the
IRange object that represents the range the specified
hyperlink is attached to. |
java.lang.String |
getScreenTip()
Gets the ScreenTip text for the specified hyperlink.
|
IShape |
getShape()
Returns the
IShape object that represents the shape attached to the specified hyperlink. |
java.lang.String |
getSubAddress()
Gets the location within the document associated with the hyperlink.
|
java.lang.String |
getTextToDisplay()
Gets the text to be displayed for the specified hyperlink.
|
void |
setAddress(java.lang.String value)
Sets the address of the target document.
|
void |
setEmailSubject(java.lang.String value)
Sets the text string of the specified hyperlink’s e-mail subject line.
|
void |
setScreenTip(java.lang.String value)
Sets the ScreenTip text for the specified hyperlink.
|
void |
setSubAddress(java.lang.String value)
Sets the location within the document associated with the hyperlink.
|
void |
setTextToDisplay(java.lang.String value)
Sets the text to be displayed for the specified hyperlink.
|
java.lang.String getName()
IRange getRange()
IRange object that represents the range the specified
hyperlink is attached to.IShape getShape()
IShape object that represents the shape attached to the specified hyperlink.java.lang.String getAddress()
void setAddress(java.lang.String value)
java.lang.String getEmailSubject()
void setEmailSubject(java.lang.String value)
java.lang.String getScreenTip()
void setScreenTip(java.lang.String value)
java.lang.String getSubAddress()
void setSubAddress(java.lang.String value)
java.lang.String getTextToDisplay()
void setTextToDisplay(java.lang.String value)
void delete()