Uses of Interface
com.itextpdf.tool.xml.CustomContext
Packages that use CustomContext
Package
Description
XMLWorker package provides a framework to parse XML to PDF with iText.
The pipeline package contains the pipeline implementations
Collection of
CustomContext and
WorkerContext implementations.Contains pipeline stuff for HTML
-
Uses of CustomContext in com.itextpdf.tool.xml
Classes in com.itextpdf.tool.xml with type parameters of type CustomContextMethods in com.itextpdf.tool.xml that return CustomContextMethods in com.itextpdf.tool.xml with parameters of type CustomContextModifier and TypeMethodDescriptionvoidWorkerContext.put(String contextKey, CustomContext context) Store a customContext for the given key. -
Uses of CustomContext in com.itextpdf.tool.xml.pipeline
Classes in com.itextpdf.tool.xml.pipeline with type parameters of type CustomContextModifier and TypeClassDescriptionclassAbstractPipeline<T extends CustomContext>Abstract class with default implementations. -
Uses of CustomContext in com.itextpdf.tool.xml.pipeline.ctx
Classes in com.itextpdf.tool.xml.pipeline.ctx that implement CustomContextModifier and TypeClassDescriptionclassA CustomContext that holds data in a MapclassAn Object container.Methods in com.itextpdf.tool.xml.pipeline.ctx that return CustomContextMethods in com.itextpdf.tool.xml.pipeline.ctx with parameters of type CustomContextModifier and TypeMethodDescriptionvoidWorkerContextImpl.put(String key, CustomContext context) Convenience method. -
Uses of CustomContext in com.itextpdf.tool.xml.pipeline.html
Classes in com.itextpdf.tool.xml.pipeline.html that implement CustomContextModifier and TypeClassDescriptionclassThe CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline.