| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| 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 © 2019. All rights reserved.