Uses of Interface
com.itextpdf.svg.renderers.impl.ISvgTextNodeRenderer
-
Packages that use ISvgTextNodeRenderer Package Description com.itextpdf.svg.renderers.impl com.itextpdf.svg.utils -
-
Uses of ISvgTextNodeRenderer in com.itextpdf.svg.renderers.impl
Classes in com.itextpdf.svg.renderers.impl that implement ISvgTextNodeRenderer Modifier and Type Class Description classTextLeafSvgNodeRendererISvgNodeRendererimplementation for drawing text to a canvas.classTextSvgBranchRendererISvgNodeRendererimplementation for the <text> and <tspan> tag.classTextSvgTSpanBranchRendererISvgNodeRendererimplementation for the <tspan> tag.Fields in com.itextpdf.svg.renderers.impl with type parameters of type ISvgTextNodeRenderer Modifier and Type Field Description private java.util.List<ISvgTextNodeRenderer>TextSvgBranchRenderer. childrenMethods in com.itextpdf.svg.renderers.impl that return types with arguments of type ISvgTextNodeRenderer Modifier and Type Method Description java.util.List<ISvgTextNodeRenderer>TextSvgBranchRenderer. getChildren()Retrieves a list of all children of the currentTextSvgBranchRendererrenderer.Methods in com.itextpdf.svg.renderers.impl with parameters of type ISvgTextNodeRenderer Modifier and Type Method Description voidTextSvgBranchRenderer. addChild(ISvgTextNodeRenderer child)Adds a child to the currentTextSvgBranchRendererrenderer.Method parameters in com.itextpdf.svg.renderers.impl with type arguments of type ISvgTextNodeRenderer Modifier and Type Method Description private voidTextSvgBranchRenderer. collectChildren(java.util.List<ISvgTextNodeRenderer> children) -
Uses of ISvgTextNodeRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type ISvgTextNodeRenderer Modifier and Type Method Description static voidSvgTextUtil. applyTextDecoration(ISvgTextNodeRenderer renderer, boolean doFill, boolean doStroke, SvgDrawContext context)Processes text-decoration attribute which is shorthand for text-decoration-line and text-decoration-style.static floatSvgTextUtil. resolveFontSize(ISvgTextNodeRenderer renderer, float parentFontSize)Deprecated.will be removed together withTextLeafSvgNodeRenderer.getTextContentLength(float, PdfFont)
-