Uses of Class
com.itextpdf.svg.renderers.impl.TextSvgBranchRenderer
-
Packages that use TextSvgBranchRenderer Package Description com.itextpdf.svg.renderers.impl com.itextpdf.svg.utils -
-
Uses of TextSvgBranchRenderer in com.itextpdf.svg.renderers.impl
Subclasses of TextSvgBranchRenderer in com.itextpdf.svg.renderers.impl Modifier and Type Class Description class
TextSvgTSpanBranchRenderer
ISvgNodeRenderer
implementation for the <tspan> tag.Methods in com.itextpdf.svg.renderers.impl with parameters of type TextSvgBranchRenderer Modifier and Type Method Description private void
TextSvgBranchRenderer. deepCopyChildren(TextSvgBranchRenderer deepCopy)
(package private) void
TextSvgBranchRenderer. fillCopy(TextSvgBranchRenderer copy)
-
Uses of TextSvgBranchRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type TextSvgBranchRenderer Modifier and Type Method Description static void
SvgTextUtil. processWhiteSpace(TextSvgBranchRenderer root, boolean isLeadingElement)
Deprecated.static void
SvgTextUtil. processWhiteSpace(TextSvgBranchRenderer root, boolean isLeadingElement, SvgDrawContext context)
Process the whitespace inside the Text Tree.
-