public interface IBorderStyleBuilder
IBorderStyle
according to the given settingsModifier and Type | Method and Description |
---|---|
IBorderStyle |
build()
Builds the style of the border: the type and color of the borderlines.
|
static IBorderStyleBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IBorderStyleBuilder with the given resolver |
IBorderStyleBuilder |
setColor(IColor color)
Sets the borderline color
|
IBorderStyleBuilder |
setLineType(BorderLineType lineType)
Sets the borderline type.
|
static IBorderStyleBuilder resolve(IScellApiResolver resolver)
IBorderStyleBuilder
with the given resolverresolver
- the given resolverIBorderStyleBuilder
IBorderStyleBuilder setColor(IColor color)
color
- IColor
valueIBorderStyleBuilder setLineType(BorderLineType lineType)
lineType
- BorderLineType
valueIBorderStyle build()
IBorderStyle
Copyright © 2024. All rights reserved.