Uses of Class
com.itextpdf.html2pdf.attach.impl.OutlineHandler
Package
Description
-
Uses of OutlineHandler in com.itextpdf.html2pdf
Modifier and TypeMethodDescriptionConverterProperties.getOutlineHandler()
Gets the outline handler.Modifier and TypeMethodDescriptionConverterProperties.setOutlineHandler
(OutlineHandler outlineHandler) Sets the outline handler. -
Uses of OutlineHandler in com.itextpdf.html2pdf.attach
-
Uses of OutlineHandler in com.itextpdf.html2pdf.attach.impl
Modifier and TypeMethodDescriptionprotected OutlineHandler
OutlineHandler.addOutlineAndDestToDocument
(ITagWorker tagWorker, com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Adds the outline and the destination.static OutlineHandler
OutlineHandler.createHandler
(IOutlineMarkExtractor extractor) Creates an OutlineHandler with customIOutlineMarkExtractor
static OutlineHandler
OutlineHandler.createStandardHandler()
Creates an OutlineHandler with standardTagOutlineMarkExtractor
and predefined mappings.OutlineHandler.putAllMarksPriorityMappings
(Map<String, Integer> mappings) Put all marks into priority mappings.OutlineHandler.putAllTagPriorityMappings
(Map<String, Integer> mappings) Deprecated.OutlineHandler.putMarkPriorityMapping
(String markName, Integer priority) Put mark into priority mapping.OutlineHandler.putTagPriorityMapping
(String tagName, Integer priority) Deprecated.useputMarkPriorityMapping(String, Integer)
insteadprotected OutlineHandler
OutlineHandler.setDestinationToElement
(ITagWorker tagWorker, com.itextpdf.styledxmlparser.node.IElementNode element) Sets the destination to element.OutlineHandler.setMarkExtractor
(IOutlineMarkExtractor extractor) Set mark extractor.
putAllMarksPriorityMappings(Map)
instead