public interface ITextPositioningBuilder
ITextPositioning
according to the given settingsModifier and Type | Method and Description |
---|---|
ITextPositioning |
build() |
ITextPositioningBuilder |
from(ITextPositioning source)
Fills in the properties of the future
ITextPositioning , which are copied from the source parameter |
IStyleBuilder |
getStyleBuilder() |
static ITextPositioningBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
ITextPositioningBuilder with the given resolver |
ITextPositioningBuilder |
setHorizontalAlignment(HorizontalAlignment source)
Sets the
HorizontalAlignment value |
ITextPositioningBuilder |
setIndent(Integer source)
Sets the indent value
|
ITextPositioningBuilder |
setRotation(Double source)
Sets the rotation
|
ITextPositioningBuilder |
setVerticalAlignment(VerticalAlignment source)
Sets the
VerticalAlignment value |
ITextPositioningBuilder |
setWrapText(Boolean source)
Sets the wrap attribute
|
static ITextPositioningBuilder resolve(IScellApiResolver resolver)
ITextPositioningBuilder
with the given resolverresolver
- the given resolverITextPositioningBuilder
ITextPositioning build()
ITextPositioning
ITextPositioningBuilder from(ITextPositioning source)
ITextPositioning
, which are copied from the source parametersource
- the ITextPositioning
for copyingITextPositioningBuilder setRotation(Double source)
source
- the rotation valueITextPositioningBuilder setWrapText(Boolean source)
source
- if the value is true
the text will be wrappedITextPositioningBuilder setIndent(Integer source)
source
- the value to be setITextPositioningBuilder setHorizontalAlignment(HorizontalAlignment source)
HorizontalAlignment
valuesource
- the value to be setITextPositioningBuilder setVerticalAlignment(VerticalAlignment source)
VerticalAlignment
valuesource
- the value to be setIStyleBuilder getStyleBuilder()
IStyleBuilder
with the values.
Note: if it wasn't set, a new one will be created
Copyright © 2024. All rights reserved.