|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Hyperlink
Represents a hyperlink.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |