|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChainedProperties | |
---|---|
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 | |
---|---|
Chunk |
ElementFactory.createChunk(java.lang.String content,
ChainedProperties chain)
Creates an iText Chunk |
Image |
ElementFactory.createImage(java.lang.String src,
java.util.Map<java.lang.String,java.lang.String> attrs,
ChainedProperties chain,
DocListener document,
ImageProvider img_provider,
java.util.HashMap<java.lang.String,Image> img_store,
java.lang.String img_baseurl)
|
List |
ElementFactory.createList(java.lang.String tag,
ChainedProperties chain)
|
ListItem |
ElementFactory.createListItem(ChainedProperties chain)
Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain. |
Paragraph |
ElementFactory.createParagraph(ChainedProperties chain)
Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain. |
PdfPCell |
CellWrapper.createPdfPCell(java.lang.String tag,
ChainedProperties chain)
Creates a PdfPCell element based on a tag and its properties. |
Font |
ElementFactory.getFont(ChainedProperties chain)
Creates a Font object based on a chain of properties. |
HyphenationEvent |
ElementFactory.getHyphenation(ChainedProperties chain)
Gets a HyphenationEvent based on the hyphenation entry in the hierarchy chain. |
Image |
ImageProvider.getImage(java.lang.String src,
java.util.Map<java.lang.String,java.lang.String> attrs,
ChainedProperties chain,
DocListener doc)
|
boolean |
ImageProcessor.process(Image img,
java.util.Map<java.lang.String,java.lang.String> attrs,
ChainedProperties chain,
DocListener doc)
Allows you to (pre)process the image before (or instead of) adding it to the DocListener with HTMLWorker. |
boolean |
LinkProcessor.process(Paragraph current,
ChainedProperties attrs)
Does additional processing on a link paragraph |
static void |
StyleSheet.resolveStyleAttribute(java.util.Map<java.lang.String,java.lang.String> h,
ChainedProperties chain)
Method contributed by Lubos Strapko |
protected void |
ElementFactory.updateElement(Paragraph paragraph,
ChainedProperties chain)
Method that does the actual Element creating for the createParagraph and createListItem method. |
Constructors in com.itextpdf.text.html.simpleparser with parameters of type ChainedProperties | |
---|---|
CellWrapper(java.lang.String tag,
ChainedProperties chain)
Creates a new instance of IncCell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |