Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.importer | |
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.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SHyperlink.HyperlinkType |
EnumUtil.toHyperlinkType(Hyperlink.HyperlinkType type) |
Modifier and Type | Method and Description |
---|---|
static Hyperlink.HyperlinkType |
EnumUtil.toHyperlinkType(SHyperlink.HyperlinkType type) |
Modifier and Type | Method and Description |
---|---|
SHyperlink.HyperlinkType |
XlsxExtractor.XlsxHyperlinkExtractor.getType() |
Modifier and Type | Method and Description |
---|---|
SHyperlink.HyperlinkType |
SHyperlink.getType() |
static SHyperlink.HyperlinkType |
SHyperlink.HyperlinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SHyperlink.HyperlinkType[] |
SHyperlink.HyperlinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SHyperlink.setType(SHyperlink.HyperlinkType type) |
SHyperlink |
SCell.setupHyperlink(SHyperlink.HyperlinkType type,
String address,
String label)
setup a hyperlink
|
Modifier and Type | Method and Description |
---|---|
SHyperlink.HyperlinkType |
HyperlinkImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
HyperlinkImpl.setType(SHyperlink.HyperlinkType type) |
SHyperlink |
AbstractCellAdv.setupHyperlink(SHyperlink.HyperlinkType type,
String address,
String label) |
Constructor and Description |
---|
HyperlinkImpl(SHyperlink.HyperlinkType type,
String address,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
SRange.setHyperlink(SHyperlink.HyperlinkType linkType,
String address,
String display)
Sets the hyperlink of this Range
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.setHyperlink(SHyperlink.HyperlinkType linkType,
String address,
String display) |
Modifier and Type | Method and Description |
---|---|
static SHyperlink.HyperlinkType |
PoiEnumConversion.toHyperlinkType(int type) |
Modifier and Type | Method and Description |
---|---|
static int |
PoiEnumConversion.toPoiHyperlinkType(SHyperlink.HyperlinkType type) |
Copyright © 2020. All rights reserved.