Uses of Class
org.apache.fop.pdf.PDFTextUtil
-
Packages that use PDFTextUtil Package Description org.apache.fop.render.pdf PDF Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFTextUtil in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFTextUtil Modifier and Type Field Description protected PDFTextUtil
PDFContentGenerator. textutil
Text generation utility holding the current font statusMethods in org.apache.fop.render.pdf that return PDFTextUtil Modifier and Type Method Description PDFTextUtil
PDFContentGenerator. getTextUtil()
Returns thePDFTextUtil
associated with this instance. -
Uses of PDFTextUtil in org.apache.fop.svg
Subclasses of PDFTextUtil in org.apache.fop.svg Modifier and Type Class Description class
PDFTextUtil
Utility class for generating PDF text objects.
-