Java com.itextpdf.tool.xml.pipeline.html HtmlPipelineContext fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.tool.xml.pipeline.html HtmlPipelineContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.tool.xml.pipeline.html HtmlPipelineContext.

The text is from its open source code.

Field

Constructor

HtmlPipelineContext(CssAppliers cssAppliers)
Construct a new HtmlPipelineContext object

Method

HtmlPipelineContextsetAcceptUnknown(final boolean acceptUnknown)
Set to true to allow the HtmlPipeline to accept tags it does not find in the given TagProcessorFactory
HtmlPipelineContextsetImageProvider(final ImageProvider imageProvider)
An ImageProvider can be provided and works in conjunction with Image and ListStyleTypeCssApplier for List Images.
HtmlPipelineContextsetTagFactory(final TagProcessorFactory tagFactory)
Set the TagProcessorFactory to be used.