public interface ICellBordersBuilder
ICellBorders instances according to the given settings| Modifier and Type | Method and Description | 
|---|---|
ICellBorders | 
build()
Builds the  
ICellBorders with the given attributes | 
ICellBordersBuilder | 
fillMissingFrom(ICellBorders source)  | 
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 resolverICellBordersBuilderICellBordersBuilder 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 attributesICellBordersICellBordersBuilder fillMissingFrom(ICellBorders source)
Copyright © 2025. All rights reserved.