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

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

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

Methods in com.lowagie.text.html.simpleparser with parameters of type ChainedProperties
 Chunk FactoryProperties.createChunk(String text, ChainedProperties props)
           
static ListItem FactoryProperties.createListItem(ChainedProperties props)
           
static Paragraph FactoryProperties.createParagraph(ChainedProperties props)
           
static void FactoryProperties.createParagraph(Paragraph p, ChainedProperties props)
           
 Font FactoryProperties.getFont(ChainedProperties props)
           
static HyphenationEvent FactoryProperties.getHyphenation(ChainedProperties props)
          Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.
 Image ImageProvider.getImage(String src, HashMap h, ChainedProperties cprops, DocListener doc)
           
static void FactoryProperties.insertStyle(HashMap h, ChainedProperties cprops)
          New method contributed by Lubos Strapko
 boolean Img.process(Image img, HashMap h, ChainedProperties cprops, DocListener doc)
           
 boolean ALink.process(Paragraph current, ChainedProperties cprops)
           
 

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



Copyright © 2012. All Rights Reserved.