Uses of Class
com.itextpdf.svg.utils.SvgTextProperties
-
Packages that use SvgTextProperties Package Description com.itextpdf.svg.renderers com.itextpdf.svg.utils -
-
Uses of SvgTextProperties in com.itextpdf.svg.renderers
Fields in com.itextpdf.svg.renderers declared as SvgTextProperties Modifier and Type Field Description private SvgTextProperties
SvgDrawContext. textProperties
Methods in com.itextpdf.svg.renderers that return SvgTextProperties Modifier and Type Method Description SvgTextProperties
SvgDrawContext. getSvgTextProperties()
RetrievesSvgTextProperties
for text SVG elements.Methods in com.itextpdf.svg.renderers with parameters of type SvgTextProperties Modifier and Type Method Description void
SvgDrawContext. setSvgTextProperties(SvgTextProperties textProperties)
SetsSvgTextProperties
for textSVG elements. -
Uses of SvgTextProperties in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils that return SvgTextProperties Modifier and Type Method 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(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(Color strokeColor)
Sets text stroke color.SvgTextProperties
SvgTextProperties. setStrokeOpacity(float strokeOpacity)
Sets text stroke opacity.SvgTextProperties
SvgTextProperties. setTextDecoration(java.util.List<Underline> underlineList)
Sets the list ofUnderline
values representing text-decoration horizontal lines that can be an underline, strikethrough or overline.Constructors in com.itextpdf.svg.utils with parameters of type SvgTextProperties Constructor Description SvgTextProperties(SvgTextProperties textProperties)
Creates copy of the providedSvgTextProperties
instance.
-