| Package | Description |
|---|---|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
static SRange.ApplyBorderType |
SRange.ApplyBorderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.ApplyBorderType[] |
SRange.ApplyBorderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRange.setBorders(SRange.ApplyBorderType borderIndex,
SBorder.BorderType lineStyle,
String color)
Adds/Remove border of all cells within this range upon the specified border type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BorderHelper.applyBorder(SRange.ApplyBorderType borderType,
SBorder.BorderType lineStyle,
String borderColor) |
void |
RangeImpl.setBorders(SRange.ApplyBorderType borderType,
SBorder.BorderType lineStyle,
String color) |
Copyright © 2019. All rights reserved.