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 void | createParagraph(Paragraph p, ChainedProperties props) |
static Paragraph | createParagraph(ChainedProperties props) |
Font | getFont(ChainedProperties props) |
FontFactoryImp | getFontImp() |
static HyphenationEvent | getHyphenation(ChainedProperties props)
Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties. |
static HyphenationEvent | getHyphenation(HashMap props)
Gets a HyphenationEvent based on the hyphenation entry in a HashMap. |
static HyphenationEvent | getHyphenation(String s)
Gets a HyphenationEvent based on a String.
|
static void | insertStyle(HashMap h)
This method isn't used by iText, but you can use it to analyze
the value of a style attribute inside a HashMap.
|
static void | insertStyle(HashMap h, ChainedProperties cprops)
New method contributed by Lubos Strapko |
void | setFontImp(FontFactoryImp fontImp) |
static void | setParagraphLeading(Paragraph p, String leading) |
Parameters: props ChainedProperties
Returns: a HyphenationEvent
Since: 2.1.2
Parameters: props a HashMap with properties
Returns: a HyphenationEvent
Since: 2.1.2
Parameters: s a String, for instance "en_UK,2,2"
Returns: a HyphenationEvent
Since: 2.1.2
Parameters: h a HashMap that should have at least a key named style. After this method is invoked, more keys could be added.
Parameters: h cprops
Since: 2.1.3