Uses of Interface
com.itextpdf.html2pdf.attach.ITagWorkerFactory
Packages that use ITagWorkerFactory
Package
Description
-
Uses of ITagWorkerFactory in com.itextpdf.html2pdf
Methods in com.itextpdf.html2pdf that return ITagWorkerFactoryModifier and TypeMethodDescriptionConverterProperties.getTagWorkerFactory()Gets the TagWorkerFactory instance.Methods in com.itextpdf.html2pdf with parameters of type ITagWorkerFactoryModifier and TypeMethodDescriptionConverterProperties.setTagWorkerFactory(ITagWorkerFactory tagWorkerFactory) Sets the TagWorkerFactory. -
Uses of ITagWorkerFactory in com.itextpdf.html2pdf.attach
Methods in com.itextpdf.html2pdf.attach that return ITagWorkerFactoryModifier and TypeMethodDescriptionProcessorContext.getTagWorkerFactory()Gets the tag worker factory. -
Uses of ITagWorkerFactory in com.itextpdf.html2pdf.attach.impl
Classes in com.itextpdf.html2pdf.attach.impl that implement ITagWorkerFactoryModifier and TypeClassDescriptionclassThe default implementation of a tag worker factory, mapping tags to tag worker implementations.Methods in com.itextpdf.html2pdf.attach.impl that return ITagWorkerFactoryModifier and TypeMethodDescriptionstatic ITagWorkerFactoryDefaultTagWorkerFactory.getInstance()GetsITagWorkerFactoryinstance.