Uses of Interface
com.itextpdf.html2pdf.attach.IOutlineMarkExtractor
Packages that use IOutlineMarkExtractor
-
Uses of IOutlineMarkExtractor in com.itextpdf.html2pdf.attach.impl
Classes in com.itextpdf.html2pdf.attach.impl that implement IOutlineMarkExtractorModifier and TypeClassDescriptionclass
ClassOutlineMarkExtractor
class is used to get class of element as a mark forOutlineHandler
class
TagOutlineMarkExtractor
class is used to get tag of element as a mark forOutlineHandler
Fields in com.itextpdf.html2pdf.attach.impl declared as IOutlineMarkExtractorModifier and TypeFieldDescriptionprotected IOutlineMarkExtractor
OutlineHandler.markExtractor
The mark extractor defines what part of element will be used to create outlineMethods in com.itextpdf.html2pdf.attach.impl that return IOutlineMarkExtractorMethods in com.itextpdf.html2pdf.attach.impl with parameters of type IOutlineMarkExtractorModifier and TypeMethodDescriptionstatic OutlineHandler
OutlineHandler.createHandler
(IOutlineMarkExtractor extractor) Creates an OutlineHandler with customIOutlineMarkExtractor
OutlineHandler.setMarkExtractor
(IOutlineMarkExtractor extractor) Set mark extractor.