public interface Hyperlink
| Modifier and Type | Interface and Description |
|---|---|
static class |
Hyperlink.HyperlinkType
HyperlinkType attributes, that can be applied.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Returns the address of the target document.
|
String |
getTextToDisplay()
Returns the text to be displayed for this hyperlink.
|
Hyperlink.HyperlinkType |
getType()
Returns the hyperlink type.
|
void |
setAddress(String address)
Sets the address of the target document.
|
void |
setTextToDisplay(String textToDisplay)
Sets the text to be displayed for this hyperlink.
|
void setAddress(String address)
address - String getAddress()
Hyperlink.HyperlinkType getType()
void setTextToDisplay(String textToDisplay)
textToDisplay - String getTextToDisplay()
Copyright © 2018. All rights reserved.