public interface IStyleBuilder
IStyle
according to the given settingsModifier and Type | Method and Description |
---|---|
IStyle |
build() |
IStyleBuilder |
from(IStyle source)
Fills in the properties of the future
IStyle , which are copied from the source parameter |
IFontBuilder |
getFontBuilder() |
ITextPositioningBuilder |
getTextPositioningBuilder() |
static IStyleBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IStyleBuilder with the given resolver |
IStyleBuilder |
setBackgroundColor(IColor source)
Set the background
IColor of the cell |
static IStyleBuilder resolve(IScellApiResolver resolver)
IStyleBuilder
with the given resolverresolver
- the given resolverIStyleBuilder
ITextPositioningBuilder getTextPositioningBuilder()
ITextPositioningBuilder
with the values.
Note: if it wasn't set, a new one will be created
IFontBuilder getFontBuilder()
IFontBuilder
with the values.
Note: if it wasn't set, a new one will be created
IStyleBuilder from(IStyle source)
IStyle
, which are copied from the source parametersource
- the IStyle
for copyingIStyleBuilder setBackgroundColor(IColor source)
IColor
of the cellsource
- the IColor
to be setCopyright © 2024. All rights reserved.