| Package | Description |
|---|---|
| com.itextpdf.svg.renderers | |
| com.itextpdf.svg.utils |
| Modifier and Type | Method and Description |
|---|---|
SvgTextProperties |
SvgDrawContext.getSvgTextProperties()
Retrieves
SvgTextProperties for text SVG elements. |
| Modifier and Type | Method and Description |
|---|---|
void |
SvgDrawContext.setSvgTextProperties(SvgTextProperties textProperties)
Sets
SvgTextProperties for textSVG elements. |
| Modifier and Type | Method and Description |
|---|---|
SvgTextProperties |
SvgTextProperties.setDashPattern(float[] dashArray,
float dashPhase)
Sets a description of the dash pattern to be used when paths are stroked.
|
SvgTextProperties |
SvgTextProperties.setFillColor(com.itextpdf.kernel.colors.Color fillColor)
Sets text fill color.
|
SvgTextProperties |
SvgTextProperties.setFillOpacity(float fillOpacity)
Sets text fill opacity.
|
SvgTextProperties |
SvgTextProperties.setLineWidth(float lineWidth)
Sets text line (or stroke) width.
|
SvgTextProperties |
SvgTextProperties.setStrokeColor(com.itextpdf.kernel.colors.Color strokeColor)
Sets text stroke color.
|
SvgTextProperties |
SvgTextProperties.setStrokeOpacity(float strokeOpacity)
Sets text stroke opacity.
|
SvgTextProperties |
SvgTextProperties.setTextDecoration(List<Underline> underlineList)
Sets the list of
Underline values representing text-decoration horizontal lines that can be an
underline, strikethrough or overline. |
| Constructor and Description |
|---|
SvgTextProperties(SvgTextProperties textProperties)
Creates copy of the provided
SvgTextProperties instance. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.