public interface Hyperlink
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Hyperlink address.
|
String |
getLabel()
Return text label for this hyperlink
|
HyperlinkType |
getType()
Return the type of this hyperlink
|
HyperlinkType |
getTypeEnum()
Deprecated.
use
getType() instead |
void |
setAddress(String address)
Hyperlink address.
|
void |
setLabel(String label)
Sets text label for this hyperlink
|
String getAddress()
void setAddress(String address)
address - the address of this hyperlinkString getLabel()
void setLabel(String label)
label - text label for this hyperlinkHyperlinkType getType()
HyperlinkType.forInt(int)@Deprecated @Removal(version="4.2") HyperlinkType getTypeEnum()
getType() insteadCopyright © 2010 - 2020 Adobe. All Rights Reserved