Uses of Class
com.itextpdf.html2pdf.attach.impl.OutlineHandler
Packages that use OutlineHandler
Package
Description
-
Uses of OutlineHandler in com.itextpdf.html2pdf
Methods in com.itextpdf.html2pdf that return OutlineHandlerModifier and TypeMethodDescriptionConverterProperties.getOutlineHandler()
Gets the outline handler.Methods in com.itextpdf.html2pdf with parameters of type OutlineHandlerModifier and TypeMethodDescriptionConverterProperties.setOutlineHandler
(OutlineHandler outlineHandler) Sets the outline handler. -
Uses of OutlineHandler in com.itextpdf.html2pdf.attach
Methods in com.itextpdf.html2pdf.attach that return OutlineHandler -
Uses of OutlineHandler in com.itextpdf.html2pdf.attach.impl
Methods in com.itextpdf.html2pdf.attach.impl that return OutlineHandlerModifier and TypeMethodDescriptionstatic OutlineHandler
OutlineHandler.createStandardHandler()
Creates an OutlineHandler with standard predefined mappings.OutlineHandler.putAllTagPriorityMappings
(Map<String, Integer> mappings) Put all tag priority mappings.OutlineHandler.putTagPriorityMapping
(String tagName, Integer priority) Put tag priority mapping.