pdftools_toolbox.pdf.annotations.text_insert
Classes
|
An annotation that marks a point to insert text |
- class pdftools_toolbox.pdf.annotations.text_insert.TextInsert(handle)[source]
Bases:
MarkupAnnotation
An annotation that marks a point to insert text
- property paint: Paint
The paint for the annotation and the popup
- Returns:
pdftools_toolbox.pdf.content.paint.Paint
- Raises:
StateError – if the object has already been closed
pdftools_toolbox.corrupt_error.CorruptError – if the PDF is corrupt and the annotation’s paint cannot be read
- property popup: Popup | None
The pop-up
- Returns:
Optional[pdftools_toolbox.pdf.annotations.popup.Popup]
- Raises:
StateError – if the object has already been closed