Uses of Class
com.itextpdf.text.html.simpleparser.ChainedProperties

Packages that use ChainedProperties
com.itextpdf.text.html.simpleparser   
 

Uses of ChainedProperties in com.itextpdf.text.html.simpleparser
 

Methods in com.itextpdf.text.html.simpleparser with parameters of type ChainedProperties
 Chunk ElementFactory.createChunk(String content, ChainedProperties chain)
          Creates an iText Chunk
 Image ElementFactory.createImage(String src, Map<String,String> attrs, ChainedProperties chain, DocListener document, ImageProvider img_provider, HashMap<String,Image> img_store, String img_baseurl)
           
 List ElementFactory.createList(String tag, ChainedProperties chain)
           
 ListItem ElementFactory.createListItem(ChainedProperties chain)
          Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.
 Paragraph ElementFactory.createParagraph(ChainedProperties chain)
          Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.
 PdfPCell CellWrapper.createPdfPCell(String tag, ChainedProperties chain)
          Creates a PdfPCell element based on a tag and its properties.
 Font ElementFactory.getFont(ChainedProperties chain)
          Creates a Font object based on a chain of properties.
 HyphenationEvent ElementFactory.getHyphenation(ChainedProperties chain)
          Gets a HyphenationEvent based on the hyphenation entry in the hierarchy chain.
 Image ImageProvider.getImage(String src, Map<String,String> attrs, ChainedProperties chain, DocListener doc)
           
 boolean ImageProcessor.process(Image img, Map<String,String> attrs, ChainedProperties chain, DocListener doc)
          Allows you to (pre)process the image before (or instead of) adding it to the DocListener with HTMLWorker.
 boolean LinkProcessor.process(Paragraph current, ChainedProperties attrs)
          Does additional processing on a link paragraph
static void StyleSheet.resolveStyleAttribute(Map<String,String> h, ChainedProperties chain)
          Method contributed by Lubos Strapko
protected  void ElementFactory.updateElement(Paragraph paragraph, ChainedProperties chain)
          Method that does the actual Element creating for the createParagraph and createListItem method.
 

Constructors in com.itextpdf.text.html.simpleparser with parameters of type ChainedProperties
CellWrapper(String tag, ChainedProperties chain)
          Creates a new instance of IncCell.
 



Copyright © 2013. All Rights Reserved.