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 SvgTextPropertiesSvgDrawContext. textPropertiesMethods in com.itextpdf.svg.renderers that return SvgTextProperties Modifier and Type Method Description SvgTextPropertiesSvgDrawContext. getSvgTextProperties()RetrievesSvgTextPropertiesfor text SVG elements.Methods in com.itextpdf.svg.renderers with parameters of type SvgTextProperties Modifier and Type Method Description voidSvgDrawContext. setSvgTextProperties(SvgTextProperties textProperties)SetsSvgTextPropertiesfor textSVG elements. -
Uses of SvgTextProperties in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils that return SvgTextProperties Modifier and Type Method Description SvgTextPropertiesSvgTextProperties. setDashPattern(float[] dashArray, float dashPhase)Sets a description of the dash pattern to be used when paths are stroked.SvgTextPropertiesSvgTextProperties. setFillColor(Color fillColor)Sets text fill color.SvgTextPropertiesSvgTextProperties. setFillOpacity(float fillOpacity)Sets text fill opacity.SvgTextPropertiesSvgTextProperties. setLineWidth(float lineWidth)Sets text line (or stroke) width.SvgTextPropertiesSvgTextProperties. setStrokeColor(Color strokeColor)Sets text stroke color.SvgTextPropertiesSvgTextProperties. setStrokeOpacity(float strokeOpacity)Sets text stroke opacity.SvgTextPropertiesSvgTextProperties. setTextDecoration(java.util.List<Underline> underlineList)Sets the list ofUnderlinevalues 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 providedSvgTextPropertiesinstance.
-