Uses of Interface
com.itextpdf.tool.xml.pipeline.html.ImageProvider

Packages that use ImageProvider
com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certain Elements. 
com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by the HtmlPipeline is in here. 
com.itextpdf.tool.xml.net Classes to ease the reading of data from files, streams or URLs. 
com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML 
 

Uses of ImageProvider in com.itextpdf.tool.xml.css.apply
 

Methods in com.itextpdf.tool.xml.css.apply with parameters of type ImageProvider
 List ListStyleTypeCssApplier.apply(List list, Tag t, ImageProvider htmlPipelineContext)
          The ListCssApplier has the capabilities to change the type of the given List dependable on the css.
 

Uses of ImageProvider in com.itextpdf.tool.xml.html
 

Methods in com.itextpdf.tool.xml.html with parameters of type ImageProvider
 Element CssAppliersImpl.apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, ImageProvider ip)
           
 Element CssAppliers.apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, ImageProvider ip)
          Given the element e, this method will lookup the right applier for the given Element.
 

Uses of ImageProvider in com.itextpdf.tool.xml.net
 

Constructors in com.itextpdf.tool.xml.net with parameters of type ImageProvider
ImageRetrieve(ImageProvider imageProvider)
           
 

Uses of ImageProvider in com.itextpdf.tool.xml.pipeline.html
 

Classes in com.itextpdf.tool.xml.pipeline.html that implement ImageProvider
 class AbstractImageProvider
           
 

Methods in com.itextpdf.tool.xml.pipeline.html that return ImageProvider
 ImageProvider HtmlPipelineContext.getImageProvider()
           
 

Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type ImageProvider
 HtmlPipelineContext HtmlPipelineContext.setImageProvider(ImageProvider imageProvider)
          An ImageProvider can be provided and works in conjunction with Image and ListStyleTypeCssApplier for List Images.
 



Copyright © 2015. All Rights Reserved.