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 TypeClassDescriptionclassClassOutlineMarkExtractorclass is used to get class of element as a mark forOutlineHandlerclassTagOutlineMarkExtractorclass is used to get tag of element as a mark forOutlineHandlerFields in com.itextpdf.html2pdf.attach.impl declared as IOutlineMarkExtractorModifier and TypeFieldDescriptionprotected IOutlineMarkExtractorOutlineHandler.markExtractorThe 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 OutlineHandlerOutlineHandler.createHandler(IOutlineMarkExtractor extractor) Creates an OutlineHandler with customIOutlineMarkExtractorOutlineHandler.setMarkExtractor(IOutlineMarkExtractor extractor) Set mark extractor.