Class NotSupportedFlattener
java.lang.Object
com.itextpdf.kernel.utils.annotationsflattening.NotSupportedFlattener
- All Implemented Interfaces:
-
IAnnotationFlattener
This class is used to warn that annotation flattening is not supported for the given annotation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
flatten
(PdfAnnotation annotation, PdfPage page) Logs a warning that annotation flattening is not supported for the given annotation.
-
Constructor Details
-
NotSupportedFlattener
public NotSupportedFlattener()Creates a newNotSupportedFlattener
instance.
-
-
Method Details
-
flatten
Logs a warning that annotation flattening is not supported for the given annotation.- Specified by:
-
flatten
in interfaceIAnnotationFlattener
- Parameters:
-
annotation
- annotation to flatten -
page
- page to flatten annotation on - Returns:
- true if annotation was flattened, false otherwise
-