Source code for pypdf.annotations._non_markup_annotations

from typing import Any, Optional, Tuple, Union

from ..constants import AnnotationFlag
from ..generic._base import (
    BooleanObject,
    NameObject,
)
from ..generic._data_structures import DictionaryObject
from ..generic._rectangle import RectangleObject
from ._base import AnnotationDictionary

DEFAULT_ANNOTATION_FLAG = AnnotationFlag(0)