Uses of Class
com.itextpdf.text.html.simpleparser.ChainedProperties
-
Packages that use ChainedProperties Package Description 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 Modifier and Type Method Description ChunkFactoryProperties. createChunk(java.lang.String text, ChainedProperties props)static ListItemFactoryProperties. createListItem(ChainedProperties props)static ParagraphFactoryProperties. createParagraph(ChainedProperties props)static voidFactoryProperties. createParagraph(Paragraph p, ChainedProperties props)FontFactoryProperties. getFont(ChainedProperties props)static HyphenationEventFactoryProperties. getHyphenation(ChainedProperties props)Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.ImageImageProvider. getImage(java.lang.String src, java.util.HashMap h, ChainedProperties cprops, DocListener doc)static voidFactoryProperties. insertStyle(java.util.HashMap h, ChainedProperties cprops)New method contributed by Lubos StrapkobooleanALink. process(Paragraph current, ChainedProperties cprops)booleanImg. process(Image img, java.util.HashMap h, ChainedProperties cprops, DocListener doc)Constructors in com.itextpdf.text.html.simpleparser with parameters of type ChainedProperties Constructor Description IncCell(java.lang.String tag, ChainedProperties props)Creates a new instance of IncCell
-