Replies: 3 comments 10 replies
-
This annot type has no fill color. The color you see in the icon is the stroke color - which can be changed of course.
This indeed is the intention. This, and / or set a not popup rect position. A user updating the text in the popup will thereby change the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
... cont: Seems this is the |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
Is there a way to edit/update a sticky note's fill and size and the inside text's font and size?
Updating the
annot
object created byadd_text_annot()
will only update the icon, not the popup.In the documention, I see that we have
add_freetext_annot()
to do all the following; however, I would like to somehow replace or update the sticky note with this newannot
object to preserve the "popup/hover" feature.Any suggestions would be greatly appreciated! Thanks!
Also, is there a way to insert a string when you call
annot.set_popup()
? The function only takes in arect
object and with it, it creates an empty popup. I do not understand the purpose of this function if we cannot put anything inside the popup; unless, this function was intended to create a popup for the users to fill in manually.Beta Was this translation helpful? Give feedback.
All reactions