Class PdfAnnotationFlattenFactory
java.lang.Object
com.itextpdf.kernel.utils.annotationsflattening.PdfAnnotationFlattenFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the annotation flatten worker for the specified annotation subtype.
-
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
-