
    @wgZ                     \    d Z ddlmZmZ ddlmZmZmZmZm	Z	m
Z
mZmZmZ ddlmZmZ g dZy)a  
PDF specifies several annotation types which pypdf makes available here.

The names of the annotations and their attributes do not reflect the names in
the specification in all cases. For example, the PDF standard defines a
'Square' annotation that does not actually need to be square. For this reason,
pypdf calls it 'Rectangle'.

At their core, all annotation types are DictionaryObjects. That means if pypdf
does not implement a feature, users can easily extend the given functionality.
   )NO_FLAGSAnnotationDictionary)	EllipseFreeText	HighlightLineMarkupAnnotationPolygonPolyLine	RectangleText)LinkPopup)r   r   r	   r   r   r   r   r
   r   r   r   r   r   N)__doc___baser   r   _markup_annotationsr   r   r   r   r	   r
   r   r   r   _non_markup_annotationsr   r   __all__     Q/var/www/horilla/myenv/lib/python3.12/site-packages/pypdf/annotations/__init__.py<module>r      s*   
 2
 
 
 1r   