Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.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.
|
Modifier and Type | Method and Description |
---|---|
SHyperlink |
HyperlinkImpl.getNative() |
Constructor and Description |
---|
HyperlinkImpl(ModelRef<SHyperlink> linkRef,
String label) |
Modifier and Type | Method and Description |
---|---|
SHyperlink |
SCell.getHyperlink() |
SHyperlink |
SCell.setupHyperlink(SHyperlink.HyperlinkType type,
String address,
String label)
setup a hyperlink
|
Modifier and Type | Method and Description |
---|---|
void |
SCell.setHyperlink(SHyperlink hyperlink)
Set or clear a hyperlink
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHyperlinkAdv |
class |
HyperlinkImpl |
Modifier and Type | Method and Description |
---|---|
SHyperlink |
CellImpl.getHyperlink() |
SHyperlink |
CellBuffer.getHyperlink() |
SHyperlink |
AbstractCellAdv.setupHyperlink(SHyperlink.HyperlinkType type,
String address,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
CellImpl.setHyperlink(SHyperlink hyperlink) |
void |
CellBuffer.setHyperlink(SHyperlink hyperlink) |
Modifier and Type | Method and Description |
---|---|
SHyperlink |
SRange.getHyperlink()
Returns the hyperlink of this Range.
|
Modifier and Type | Method and Description |
---|---|
SHyperlink |
RangeImpl.getHyperlink() |
Copyright © 2020. All rights reserved.