Uses of Interface
com.itextpdf.kernel.utils.annotationsflattening.IAnnotationFlattener
-
Packages that use IAnnotationFlattener Package Description com.itextpdf.kernel.utils.annotationsflattening -
-
Uses of IAnnotationFlattener in com.itextpdf.kernel.utils.annotationsflattening
Classes in com.itextpdf.kernel.utils.annotationsflattening that implement IAnnotationFlattener Modifier and Type Class Description class
AbstractTextMarkupAnnotationFlattener
This class is used to flatten text markup annotations.class
DefaultAnnotationFlattener
This class is used to flatten annotations.class
HighLightTextMarkupAnnotationFlattener
Implementation ofIAnnotationFlattener
for highlight text markup annotations.class
NotSupportedFlattener
This class is used to warn that annotation flattening is not supported for the given annotation.class
RemoveWithoutDrawingFlattener
This class is used to Remove annotations without drawing them on the page content stream.class
SquigglyTextMarkupAnnotationFlattener
Implementation ofIAnnotationFlattener
for squiggly annotations.class
StrikeOutTextMarkupAnnotationFlattener
Implementation ofIAnnotationFlattener
for strikeout annotations.class
UnderlineTextMarkupAnnotationFlattener
Implementation ofIAnnotationFlattener
for underline annotations.class
WarnFormfieldFlattener
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 IAnnotationFlattener Modifier and Type Field Description private static java.util.HashMap<PdfName,java.util.function.Supplier<IAnnotationFlattener>>
PdfAnnotationFlattenFactory. map
Methods in com.itextpdf.kernel.utils.annotationsflattening that return IAnnotationFlattener Modifier and Type Method Description IAnnotationFlattener
PdfAnnotationFlattenFactory. getAnnotationFlattenWorker(PdfName name)
Gets the annotation flatten worker for the specified annotation subtype.
-