Class WarnFormfieldFlattener
java.lang.Object
com.itextpdf.kernel.utils.annotationsflattening.WarnFormfieldFlattener
- All Implemented Interfaces:
IAnnotationFlattener
This class is used to warn user that annotation will not be flattened.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
flatten
(PdfAnnotation annotation, PdfPage page) Flatten annotation.
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
WarnFormfieldFlattener
public WarnFormfieldFlattener()Creates a newWarnFormfieldFlattener
instance.
-
-
Method Details
-
flatten
Flatten annotation.- Specified by:
flatten
in interfaceIAnnotationFlattener
- Parameters:
annotation
- annotation to flattenpage
- page to flatten annotation on- Returns:
- true if annotation was flattened, false otherwise
-