public interface Hyperlink
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Hyperlink address.
|
java.lang.String |
getLabel()
Return text label for this hyperlink
|
int |
getType()
Deprecated.
POI 3.15 beta 3. Use
getTypeEnum()
getType will return a HyperlinkType enum in the future. |
HyperlinkType |
getTypeEnum()
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
|
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()
getTypeEnum()
getType will return a HyperlinkType enum in the future.HyperlinkType.forInt(int)
HyperlinkType getTypeEnum()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.