Uses of Class
com.itextpdf.text.html.simpleparser.ChainedProperties
Packages that use ChainedProperties
-
Uses of ChainedProperties in com.itextpdf.text.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as ChainedPropertiesModifier and TypeFieldDescriptionprivate final ChainedProperties
HTMLWorker.chain
Deprecated.The current hierarchy chain of tags.Methods in com.itextpdf.text.html.simpleparser with parameters of type ChainedPropertiesModifier and TypeMethodDescriptionElementFactory.createChunk
(String content, ChainedProperties chain) Deprecated.Creates an iText ChunkElementFactory.createImage
(String src, Map<String, String> attrs, ChainedProperties chain, DocListener document, ImageProvider img_provider, HashMap<String, Image> img_store, String img_baseurl) Deprecated.ElementFactory.createList
(String tag, ChainedProperties chain) Deprecated.ElementFactory.createListItem
(ChainedProperties chain) Deprecated.Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.ElementFactory.createParagraph
(ChainedProperties chain) Deprecated.Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.CellWrapper.createPdfPCell
(String tag, ChainedProperties chain) Deprecated.Creates a PdfPCell element based on a tag and its properties.ElementFactory.getFont
(ChainedProperties chain) Deprecated.Creates a Font object based on a chain of properties.ElementFactory.getHyphenation
(ChainedProperties chain) Deprecated.Gets a HyphenationEvent based on the hyphenation entry in the hierarchy chain.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 paragraphstatic void
StyleSheet.resolveStyleAttribute
(Map<String, String> h, ChainedProperties chain) Deprecated.Method contributed by Lubos Strapkoprotected void
ElementFactory.updateElement
(Paragraph paragraph, ChainedProperties chain) Deprecated.Method that does the actual Element creating for the createParagraph and createListItem method.Constructors in com.itextpdf.text.html.simpleparser with parameters of type ChainedPropertiesModifierConstructorDescriptionCellWrapper
(String tag, ChainedProperties chain) Deprecated.Creates a new instance of IncCell.