Class PdfAnnotationFlattenFactory
java.lang.Object
com.itextpdf.kernel.utils.annotationsflattening.PdfAnnotationFlattenFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the annotation flatten worker for the specified annotation subtype.
-
Field Details
-
map
-
UNKNOWN
-
-
Constructor Details
-
PdfAnnotationFlattenFactory
public PdfAnnotationFlattenFactory()Creates a newPdfAnnotationFlattenFactory
instance.
-
-
Method Details
-
getAnnotationFlattenWorker
Gets the annotation flatten worker for the specified annotation subtype.- Parameters:
name
- the annotation subtype. If the subtype is unknown, the worker for the null type will be returned.- Returns:
- the annotation flatten worker
-