Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » html » simpleparser » [javadoc | source]
com.lowagie.text.html.simpleparser
public class: FactoryProperties [javadoc | source]
java.lang.Object
   com.lowagie.text.html.simpleparser.FactoryProperties
Field Summary
public static  HashMap followTags     
Constructor:
 public FactoryProperties() 
Method from com.lowagie.text.html.simpleparser.FactoryProperties Summary:
createChunk,   createListItem,   createParagraph,   createParagraph,   createParagraph,   getFont,   getFontImp,   getHyphenation,   getHyphenation,   getHyphenation,   insertStyle,   insertStyle,   setFontImp
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.html.simpleparser.FactoryProperties Detail:
 public Chunk createChunk(String text,
    ChainedProperties props) 
 public static ListItem createListItem(ChainedProperties props) 
 public static Paragraph createParagraph(HashMap props) 
 public static Paragraph createParagraph(ChainedProperties props) 
 public static  void createParagraph(Paragraph p,
    ChainedProperties props) 
 public Font getFont(ChainedProperties props) 
 public FontFactoryImp getFontImp() 
 public static HyphenationEvent getHyphenation(ChainedProperties props) 
    Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.
 public static HyphenationEvent getHyphenation(HashMap props) 
    Gets a HyphenationEvent based on the hyphenation entry in a HashMap.
 public static HyphenationEvent getHyphenation(String s) 
    Gets a HyphenationEvent based on a String. For instance "en_UK,3,2" returns new HyphenationAuto("en", "UK", 3, 2);
 public static  void insertStyle(HashMap h) 
 public static  void insertStyle(HashMap h,
    ChainedProperties cprops) 
    New method contributed by Lubos Strapko
 public  void setFontImp(FontFactoryImp fontImp)