__init__ constructor

init

Initializes a new UnderlineAnnotation instance.

def __init__(self):
    ...

Example

from groupdocs.annotation.models.annotation_models import UnderlineAnnotation

underline = UnderlineAnnotation()

See Also