Package io.keikai.model
Interface SHyperlink
-
- All Known Implementing Classes:
AbstractHyperlinkAdv
,HyperlinkImpl
public interface SHyperlink
A hyperlink of a cell.- Since:
- 3.5.0
- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SHyperlink.HyperlinkType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAddress()
String
getLabel()
SHyperlink.HyperlinkType
getType()
void
setAddress(String address)
void
setLabel(String label)
void
setType(SHyperlink.HyperlinkType type)
-
-
-
Method Detail
-
getType
SHyperlink.HyperlinkType getType()
-
getAddress
String getAddress()
-
getLabel
String getLabel()
-
setType
void setType(SHyperlink.HyperlinkType type)
-
setAddress
void setAddress(String address)
-
setLabel
void setLabel(String label)
-
-