Uses of Interface
io.keikai.model.SHyperlink
-
Packages that use SHyperlink Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SHyperlink in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SHyperlink Modifier and Type Method Description SHyperlink
HyperlinkImpl. getNative()
Constructor parameters in io.keikai.api.model.impl with type arguments of type SHyperlink Constructor Description HyperlinkImpl(ModelRef<SHyperlink> linkRef, String label)
-
Uses of SHyperlink in io.keikai.model
Methods in io.keikai.model that return SHyperlink Modifier and Type Method Description SHyperlink
SCell. getHyperlink()
SHyperlink
SCell. setupHyperlink(SHyperlink.HyperlinkType type, String address, String label)
setup a hyperlinkMethods in io.keikai.model with parameters of type SHyperlink Modifier and Type Method Description void
SCell. setHyperlink(SHyperlink hyperlink)
Set or clear a hyperlink -
Uses of SHyperlink in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SHyperlink Modifier and Type Class Description class
AbstractHyperlinkAdv
class
HyperlinkImpl
Methods in io.keikai.model.impl that return SHyperlink Modifier and Type Method Description SHyperlink
CellBuffer. getHyperlink()
SHyperlink
CellImpl. getHyperlink()
SHyperlink
AbstractCellAdv. setupHyperlink(SHyperlink.HyperlinkType type, String address, String label)
Methods in io.keikai.model.impl with parameters of type SHyperlink Modifier and Type Method Description void
CellBuffer. setHyperlink(SHyperlink hyperlink)
void
CellImpl. setHyperlink(SHyperlink hyperlink)
-
Uses of SHyperlink in io.keikai.range
Methods in io.keikai.range that return SHyperlink Modifier and Type Method Description SHyperlink
SRange. getHyperlink()
Returns the hyperlink of this Range. -
Uses of SHyperlink in io.keikai.range.impl
Methods in io.keikai.range.impl that return SHyperlink Modifier and Type Method Description SHyperlink
RangeImpl. getHyperlink()
-