Class PdfAnnotationFlattenFactory


  • public class PdfAnnotationFlattenFactory
    extends java.lang.Object
    Helper class to retrieve the annotation flatten worker for the specified annotation subtype.
    • Method Detail

      • getAnnotationFlattenWorker

        public IAnnotationFlattener getAnnotationFlattenWorker​(PdfName name)
        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