public interface IGradientFillBuilder
IGradientFill according to the given settings| Modifier and Type | Method and Description |
|---|---|
IGradientFillBuilder |
addGradientStop(IGradientStop source)
Add the gradient stop to gradient fill model.
|
IGradientFill |
build() |
IGradientFillBuilder |
fillMissingFrom(IGradientFill gradientFill) |
IGradientFillBuilder |
from(IGradientFill source)
Fills in the properties of the future
IGradientFill, which are copied from the source parameter |
static IGradientFillBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IGradientFillBuilder with the given resolver |
IGradientFillBuilder |
setBottom(Double source)
Set the position of the bottom edge of the inner rectangle.
|
IGradientFillBuilder |
setDegree(Double source)
Set the angle of the linear gradient - vertical, horizontal, diagonal.
|
IGradientFillBuilder |
setGradientFillType(GradientFillType source)
Set the type of gradient fill
GradientFillType of the cell |
IGradientFillBuilder |
setGradientStops(List<IGradientStop> source) |
IGradientFillBuilder |
setLeft(Double source)
Set the position of the left edge of the inner rectangle.
|
IGradientFillBuilder |
setRight(Double source)
Set the position of the right edge of the inner rectangle.
|
IGradientFillBuilder |
setTop(Double source)
Set the position of the top edge of the inner rectangle.
|
static IGradientFillBuilder resolve(IScellApiResolver resolver)
IGradientFillBuilder with the given resolverresolver - the given resolverIGradientFillBuilderIGradientFill build()
IGradientFillIGradientFillBuilder from(IGradientFill source)
IGradientFill, which are copied from the source parametersource - the IGradientFill for copyingIGradientFillBuilder setGradientFillType(GradientFillType source)
GradientFillType of the cellsource - the GradientFillType to be setIGradientFillBuilder setDegree(Double source)
source - the degree valueIGradientFillBuilder setTop(Double source)
source - the top valueIGradientFillBuilder setLeft(Double source)
source - the left valueIGradientFillBuilder setBottom(Double source)
source - the bottom valueIGradientFillBuilder setRight(Double source)
source - the right valueIGradientFillBuilder addGradientStop(IGradientStop source)
source - IGradientStop the gradient stop to be addedIGradientFillBuilder setGradientStops(List<IGradientStop> source)
IGradientFillBuilder fillMissingFrom(IGradientFill gradientFill)
Copyright © 2025. All rights reserved.