public interface IStyleBuilder
IStyle
according to the given settingsModifier and Type | Method and Description |
---|---|
IStyle |
build() |
IStyleBuilder |
fillMissingFrom(IStyle style) |
IStyleBuilder |
from(IStyle source)
Fills in the properties of the future
IStyle , which are copied from the source parameter |
IFillBuilder |
getFillBuilder() |
IFontBuilder |
getFontBuilder() |
ITextPositioningBuilder |
getTextPositioningBuilder() |
static IStyleBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IStyleBuilder with the given resolver |
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 copyingIFillBuilder getFillBuilder()
IFillBuilder
with the values.
Note: if it wasn't set, a new one will be created
IStyleBuilder fillMissingFrom(IStyle style)
Copyright © 2025. All rights reserved.