pdftools_toolbox.pdf.annotations.markup_annotation

Classes

MarkupAnnotation(handle)

A markup annotation

class pdftools_toolbox.pdf.annotations.markup_annotation.MarkupAnnotation(handle)[source]

Bases: Annotation

A markup annotation

property locked: bool

Whether the markup annotation can be modified

This does not restrict modification of the markup annotation’s content.

Returns:

bool

Raises:

StateError – if the object has already been closed

property info: MarkupInfo

The information content of this markup

Returns:

pdftools_toolbox.pdf.annotations.markup_info.MarkupInfo

Raises:

StateError – if the object has already been closed

property replies: MarkupInfoList

The replies to this markup

Returns:

pdftools_toolbox.pdf.annotations.markup_info_list.MarkupInfoList

Raises:

StateError – if the object has already been closed