Package | Description |
---|---|
com.itextpdf.text.html.simpleparser |
Modifier and Type | Method and Description |
---|---|
Chunk |
ElementFactory.createChunk(String content, ChainedProperties chain)
Deprecated.
Creates an iText Chunk
|
Image |
ElementFactory.createImage(String src, Map<String,String> attrs, ChainedProperties chain, DocListener document, ImageProvider img_provider, HashMap<String,Image> img_store, String img_baseurl)
Deprecated.
|
List |
ElementFactory.createList(String tag, ChainedProperties chain)
Deprecated.
|
ListItem |
ElementFactory.createListItem(ChainedProperties chain)
Deprecated.
Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.
|
Paragraph |
ElementFactory.createParagraph(ChainedProperties chain)
Deprecated.
Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.
|
PdfPCell |
CellWrapper.createPdfPCell(String tag, ChainedProperties chain)
Deprecated.
Creates a PdfPCell element based on a tag and its properties.
|
Font |
ElementFactory.getFont(ChainedProperties chain)
Deprecated.
Creates a Font object based on a chain of properties.
|
HyphenationEvent |
ElementFactory.getHyphenation(ChainedProperties chain)
Deprecated.
Gets a HyphenationEvent based on the hyphenation entry in the hierarchy chain.
|
Image |
ImageProvider.getImage(String src, Map<String,String> attrs, ChainedProperties chain, DocListener doc)
Deprecated.
|
boolean |
ImageProcessor.process(Image img, Map<String,String> attrs, ChainedProperties chain, DocListener doc)
Deprecated.
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)
Deprecated.
Does additional processing on a link paragraph
|
static void |
StyleSheet.resolveStyleAttribute(Map<String,String> h, ChainedProperties chain)
Deprecated.
Method contributed by Lubos Strapko
|
protected void |
ElementFactory.updateElement(Paragraph paragraph, ChainedProperties chain)
Deprecated.
Method that does the actual Element creating for the createParagraph and createListItem method.
|
Constructor and Description |
---|
CellWrapper(String tag, ChainedProperties chain)
Deprecated.
Creates a new instance of IncCell.
|
Copyright © 2016. All rights reserved.