Uses of Class
com.itextpdf.tool.xml.pipeline.html.HtmlPipelineContext
-
Packages that use HtmlPipelineContext Package Description com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElements.com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipelineis in here.com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
-
Uses of HtmlPipelineContext in com.itextpdf.tool.xml.css.apply
-
Uses of HtmlPipelineContext in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html that return HtmlPipelineContext Modifier and Type Method Description HtmlPipelineContextAbstractTagProcessor. getHtmlPipelineContext(WorkerContext context)Utility method that fetches the HtmlPipelineContext used if any and if it uses the default key.Methods in com.itextpdf.tool.xml.html with parameters of type HtmlPipelineContext Modifier and Type Method Description TCssApplier. apply(T e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)Styles an elementElementCssAppliers. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)Given the element e, this method will lookup the right applier for the given Element.ElementCssAppliers. apply(Element e, Tag t, HtmlPipelineContext ctx)Convenience method.ElementCssAppliersImpl. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)ElementCssAppliersImpl. apply(Element e, Tag t, HtmlPipelineContext ctx) -
Uses of HtmlPipelineContext in com.itextpdf.tool.xml.pipeline.html
Fields in com.itextpdf.tool.xml.pipeline.html declared as HtmlPipelineContext Modifier and Type Field Description private HtmlPipelineContextHtmlPipeline. hpcMethods in com.itextpdf.tool.xml.pipeline.html that return HtmlPipelineContext Modifier and Type Method Description HtmlPipelineContextHtmlPipelineContext. autoBookmark(boolean autoBookmark)Set to true to enable the automatic creation of bookmarks on <h1> to <h6> tags.HtmlPipelineContextHtmlPipelineContext. charSet(java.nio.charset.Charset cSet)Set aCharsetto use.HtmlPipelineContextHtmlPipelineContext. clone()Create a clone of this HtmlPipelineContext, the clone only contains the initial values, not the internal values.HtmlPipelineContextHtmlPipelineContext. setAcceptUnknown(boolean acceptUnknown)Set to true to allow the HtmlPipeline to accept tags it does not find in the givenTagProcessorFactoryHtmlPipelineContextHtmlPipelineContext. setCssApplier(CssAppliers cssAppliers)Fluent variant ofsetCssAppliers(CssAppliers)HtmlPipelineContextHtmlPipelineContext. setImageProvider(ImageProvider imageProvider)An ImageProvider can be provided and works in conjunction withImageandListStyleTypeCssApplierfor List Images.HtmlPipelineContextHtmlPipelineContext. setLinkProvider(LinkProvider linkprovider)Set the LinkProvider to use if any.HtmlPipelineContextHtmlPipelineContext. setPageSize(Rectangle pageSize)If no pageSize is set, the default value A4 is used.HtmlPipelineContextHtmlPipelineContext. setRootTags(java.util.List<java.lang.String> roottags)Set the root-tags, this matters for margins.HtmlPipelineContextHtmlPipelineContext. setTagFactory(TagProcessorFactory tagFactory)Set theTagProcessorFactoryto be used.Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type HtmlPipelineContext Modifier and Type Method Description protected voidHtmlPipeline. addStackKeeper(Tag t, HtmlPipelineContext hcc, TagProcessor tp)Constructors in com.itextpdf.tool.xml.pipeline.html with parameters of type HtmlPipelineContext Constructor Description HtmlPipeline(HtmlPipelineContext hpc, Pipeline<?> next)
-