| Package | Description |
|---|---|
| io.keikai.client.api |
| Modifier and Type | Method and Description |
|---|---|
Borders |
CellStyle.createBorders()
Creates a borders collection with four borders.(
Borders.BorderIndex.EdgeLeft,
Borders.BorderIndex.EdgeTop, and Borders.BorderIndex.EdgeBottom,
Borders.BorderIndex.EdgeRight) |
Borders |
Range.createBorders()
Creates the borders with (
Borders.BorderIndex.EdgeLeft,
Borders.BorderIndex.EdgeTop, and Borders.BorderIndex.EdgeBottom,
Borders.BorderIndex.EdgeRight) |
Borders |
Range.createBorders(Borders.BorderIndex borderIndex)
Creates the borders from the given border index.
|
Borders |
CellStyle.getBorders()
Returns the borders collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellStyle.setBorders(Borders borders)
Sets the borders collection, this will replace the existing borders, if any.
|
void |
Range.setBorders(Borders borders)
Sets the borders for this range.
|
Copyright © 2018. All rights reserved.