public interface ICellBordersBuilder
ICellBorders
instances according to the given settingsModifier and Type | Method and Description |
---|---|
ICellBorders |
build()
Builds the
ICellBorders with the given attributes |
static ICellBordersBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
ICellBordersBuilder with the given resolver |
ICellBordersBuilder |
setBorderBottom(IBorderStyle borderStyle)
Sets bottom border style
|
ICellBordersBuilder |
setBorderLeft(IBorderStyle borderStyle)
Sets the style of the left border
|
ICellBordersBuilder |
setBorderRight(IBorderStyle borderStyle)
Sets right border style
|
ICellBordersBuilder |
setBorderTop(IBorderStyle borderStyle)
Sets top border style
|
static ICellBordersBuilder resolve(IScellApiResolver resolver)
ICellBordersBuilder
with the given resolverresolver
- the given resolverICellBordersBuilder
ICellBordersBuilder setBorderLeft(IBorderStyle borderStyle)
borderStyle
- IBorderStyle
the border style to be setICellBordersBuilder setBorderRight(IBorderStyle borderStyle)
borderStyle
- IBorderStyle
the border style to be setICellBordersBuilder setBorderTop(IBorderStyle borderStyle)
borderStyle
- IBorderStyle
the border style to be setICellBordersBuilder setBorderBottom(IBorderStyle borderStyle)
borderStyle
- IBorderStyle
the border style to be setICellBorders build()
ICellBorders
with the given attributesICellBorders
Copyright © 2024. All rights reserved.