public interface IFillBuilder
IFill according to the given settings| Modifier and Type | Method and Description |
|---|---|
IFill |
build() |
IFillBuilder |
fillMissingFrom(IFill source)
Fills in only the
null properties of the future IFill
from the source parameter |
IFillBuilder |
from(IFill source)
Fills in the properties of the future
IFill, which are copied from the source parameter |
IGradientFillBuilder |
getGradientFillBuilder() |
ISolidFillBuilder |
getSolidFillBuilder() |
static IFillBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IFillBuilder with the given resolver |
static IFillBuilder resolve(IScellApiResolver resolver)
IFillBuilder with the given resolverresolver - the given resolverIFillBuilderIGradientFillBuilder getGradientFillBuilder()
IGradientFillBuilder with the values.
Note: if it wasn't set, a new one will be created
ISolidFillBuilder getSolidFillBuilder()
ISolidFillBuilder with the values.
Note: if it wasn't set, a new one will be created
IFillBuilder from(IFill source)
IFill, which are copied from the source parametersource - the IFill for copyingIFillBuilder fillMissingFrom(IFill source)
null properties of the future IFill
from the source parametersource - the IFill for filling null fields of current builderCopyright © 2025. All rights reserved.