mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Text annotation
This commit is contained in:
@ -508,6 +508,17 @@ private:
|
||||
PDFObject m_externalData;
|
||||
};
|
||||
|
||||
enum class TextAnnotationIcon
|
||||
{
|
||||
Comment,
|
||||
Help,
|
||||
Insert,
|
||||
Key,
|
||||
NewParagraph,
|
||||
Note,
|
||||
Paragraph
|
||||
};
|
||||
|
||||
/// Text annotation represents note attached to a specific point in the PDF
|
||||
/// document. It appears as icon, and it is not zoomed, or rotated (behaves
|
||||
/// as if flag NoZoom and NoRotate were set). When this annotation is opened,
|
||||
|
Reference in New Issue
Block a user