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 TypeMethodDescriptionvoid
WorkerContext.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 TypeClassDescriptionclass
AbstractPipeline<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 TypeClassDescriptionclass
A CustomContext that holds data in a Mapclass
An 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 TypeMethodDescriptionvoid
WorkerContextImpl.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 TypeClassDescriptionclass
The CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline
.