public interface Hyperlink
Modifier and Type | Field and Description |
---|---|
static int |
LINK_DOCUMENT
Link to a place in this document
|
static int |
LINK_EMAIL
Link to an E-mail address
|
static int |
LINK_FILE
Link to a file
|
static int |
LINK_URL
Link to an existing file or web page
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Hyperlink address.
|
String |
getLabel()
Return text label for this hyperlink
|
int |
getType()
Return the type of this hyperlink
|
void |
setAddress(String address)
Hyperlink address.
|
void |
setLabel(String label)
Sets text label for this hyperlink
|
static final int LINK_URL
static final int LINK_DOCUMENT
static final int LINK_EMAIL
static final int LINK_FILE
String getAddress()
void setAddress(String address)
address
- the address of this hyperlinkString getLabel()
void setLabel(String label)
label
- text label for this hyperlinkint getType()
Copyright © 2020. All rights reserved.