Uses of Class
com.lowagie.text.html.simpleparser.ChainedProperties
-
Packages that use ChainedProperties Package Description com.lowagie.text.html.simpleparser -
-
Uses of ChainedProperties in com.lowagie.text.html.simpleparser
Fields in com.lowagie.text.html.simpleparser declared as ChainedProperties Modifier and Type Field Description private ChainedProperties
HTMLWorker. cprops
Methods in com.lowagie.text.html.simpleparser with parameters of type ChainedProperties Modifier and Type Method Description Chunk
FactoryProperties. createChunk(java.lang.String text, ChainedProperties props)
static ListItem
FactoryProperties. createListItem(ChainedProperties props)
static Paragraph
FactoryProperties. createParagraph(ChainedProperties props)
static void
FactoryProperties. createParagraph(Paragraph paragraph, 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(java.lang.String src, java.util.HashMap h, ChainedProperties cprops, DocListener doc)
static void
FactoryProperties. insertStyle(java.util.Map<java.lang.String,java.lang.String> h, ChainedProperties cprops)
New method contributed by Lubos Strapkoboolean
ALink. process(Paragraph current, ChainedProperties cprops)
boolean
Img. process(Image img, java.util.HashMap h, ChainedProperties cprops, DocListener doc)
Constructors in com.lowagie.text.html.simpleparser with parameters of type ChainedProperties Constructor Description IncCell(java.lang.String tag, ChainedProperties props)
Creates a new instance of IncCell
-