Package | Description |
---|---|
com.keikai.client.api |
Modifier and Type | Method and Description |
---|---|
Borders |
CellStyle.createBorders()
Creates a borders collection with four borders.('edgeBottom', 'edgeLeft',
'edgeRight', and 'edgeTop')
|
Borders |
Range.createBorders(String borderIndex)
Creates the borders from the given border index.
|
Borders |
CellStyle.getBorders()
Returns the borders collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.applyBorders(Borders borders)
Applies the borders for this range.
|
void |
CellStyle.setBorders(Borders borders)
Sets the borders collection, this will replace the existing borders, if any.
|
Copyright © 2017. All rights reserved.