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 |
---|---|
java.lang.String |
getAddress()
Hyperlink address.
|
java.lang.String |
getLabel()
Return text label for this hyperlink
|
int |
getType()
Return the type of this hyperlink
|
void |
setAddress(java.lang.String address)
Hyperlink address.
|
void |
setLabel(java.lang.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
java.lang.String getAddress()
void setAddress(java.lang.String address)
address
- the address of this hyperlinkjava.lang.String getLabel()
void setLabel(java.lang.String label)
label
- text label for this hyperlinkint getType()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.