Uses of Interface
com.itextpdf.kernel.utils.annotationsflattening.IAnnotationFlattener
Packages that use IAnnotationFlattener
-
Uses of IAnnotationFlattener in com.itextpdf.kernel.utils.annotationsflattening
Classes in com.itextpdf.kernel.utils.annotationsflattening that implement IAnnotationFlattenerModifier and TypeClassDescriptionclass
This class is used to flatten text markup annotations.class
This class is used to flatten annotations.class
Implementation ofIAnnotationFlattener
for highlight text markup annotations.class
This class is used to warn that annotation flattening is not supported for the given annotation.class
This class is used to Remove annotations without drawing them on the page content stream.class
Implementation ofIAnnotationFlattener
for squiggly annotations.class
Implementation ofIAnnotationFlattener
for strikeout annotations.class
Implementation ofIAnnotationFlattener
for underline annotations.class
This class is used to warn user that annotation will not be flattened.Fields in com.itextpdf.kernel.utils.annotationsflattening with type parameters of type IAnnotationFlattenerModifier and TypeFieldDescriptionprivate static final HashMap
<PdfName, Supplier<IAnnotationFlattener>> PdfAnnotationFlattenFactory.map
Methods in com.itextpdf.kernel.utils.annotationsflattening that return IAnnotationFlattenerModifier and TypeMethodDescriptionPdfAnnotationFlattenFactory.getAnnotationFlattenWorker
(PdfName name) Gets the annotation flatten worker for the specified annotation subtype.