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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
flatten
(PdfAnnotation annotation, PdfPage page) Logs a warning that annotation flattening is not supported for the given annotation.
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
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 flattenpage
- page to flatten annotation on- Returns:
- true if annotation was flattened, false otherwise
-