com.lowagie.text.html.simpleparser
public class FactoryProperties extends Object
| Field Summary | |
|---|---|
| static HashMap | followTags |
| FontFactoryImp | fontImp |
| Constructor Summary | |
|---|---|
| FactoryProperties() Creates a new instance of FactoryProperties | |
| Method Summary | |
|---|---|
| Chunk | createChunk(String text, ChainedProperties props) |
| static ListItem | createListItem(ChainedProperties props) |
| static Paragraph | createParagraph(HashMap props) |
| static void | createParagraph(Paragraph p, ChainedProperties props) |
| static Paragraph | createParagraph(ChainedProperties props) |
| Font | getFont(ChainedProperties props) |
| FontFactoryImp | getFontImp() |
| static void | insertStyle(HashMap h) |
| void | setFontImp(FontFactoryImp fontImp) |
| static void | setParagraphLeading(Paragraph p, String leading) |