Chunk |
ElementFactory.createChunk(java.lang.String content,
ChainedProperties chain) |
Deprecated.
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) |
Deprecated.
|
List |
ElementFactory.createList(java.lang.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(java.lang.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(java.lang.String src,
java.util.Map<java.lang.String,java.lang.String> attrs,
ChainedProperties chain,
DocListener doc) |
Deprecated.
|
boolean |
ImageProcessor.process(Image img,
java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.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.
|