Uses of Class
com.itextpdf.svg.utils.SvgTextProperties
Packages that use SvgTextProperties
-
Uses of SvgTextProperties in com.itextpdf.svg.renderers
Methods in com.itextpdf.svg.renderers that return SvgTextPropertiesModifier and TypeMethodDescriptionSvgDrawContext.getSvgTextProperties()
RetrievesSvgTextProperties
for text SVG elements.Methods in com.itextpdf.svg.renderers with parameters of type SvgTextPropertiesModifier and TypeMethodDescriptionvoid
SvgDrawContext.setSvgTextProperties
(SvgTextProperties textProperties) SetsSvgTextProperties
for textSVG elements. -
Uses of SvgTextProperties in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils that return SvgTextPropertiesModifier and TypeMethodDescriptionSvgTextProperties.setDashPattern
(float[] dashArray, float dashPhase) Sets a description of the dash pattern to be used when paths are stroked.SvgTextProperties.setFillColor
(Color fillColor) Sets text fill color.SvgTextProperties.setFillOpacity
(float fillOpacity) Sets text fill opacity.SvgTextProperties.setLineWidth
(float lineWidth) Sets text line (or stroke) width.SvgTextProperties.setStrokeColor
(Color strokeColor) Sets text stroke color.SvgTextProperties.setStrokeOpacity
(float strokeOpacity) Sets text stroke opacity.SvgTextProperties.setTextDecoration
(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 SvgTextPropertiesModifierConstructorDescriptionSvgTextProperties
(SvgTextProperties textProperties) Creates copy of the providedSvgTextProperties
instance.