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 classAbstractTextMarkupAnnotationFlattenerThis class is used to flatten text markup annotations.classDefaultAnnotationFlattenerThis class is used to flatten annotations.classHighLightTextMarkupAnnotationFlattenerImplementation ofIAnnotationFlattenerfor highlight text markup annotations.classNotSupportedFlattenerThis class is used to warn that annotation flattening is not supported for the given annotation.classRemoveWithoutDrawingFlattenerThis class is used to Remove annotations without drawing them on the page content stream.classSquigglyTextMarkupAnnotationFlattenerImplementation ofIAnnotationFlattenerfor squiggly annotations.classStrikeOutTextMarkupAnnotationFlattenerImplementation ofIAnnotationFlattenerfor strikeout annotations.classUnderlineTextMarkupAnnotationFlattenerImplementation ofIAnnotationFlattenerfor underline annotations.classWarnFormfieldFlattenerThis 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. mapMethods in com.itextpdf.kernel.utils.annotationsflattening that return IAnnotationFlattener Modifier and Type Method Description IAnnotationFlattenerPdfAnnotationFlattenFactory. getAnnotationFlattenWorker(PdfName name)Gets the annotation flatten worker for the specified annotation subtype.
-