pdftools_toolbox.pdf.annotations.file_attachment_icon

Classes

FileAttachmentIcon(value)

Specifies the type of icon displayed on a page for a pdftools_toolbox.pdf.annotations.file_attachment.FileAttachment .

class pdftools_toolbox.pdf.annotations.file_attachment_icon.FileAttachmentIcon(value)[source]

Bases: IntEnum

Specifies the type of icon displayed on a page for a pdftools_toolbox.pdf.annotations.file_attachment.FileAttachment .

Variables:
  • GRAPH (int)

  • PUSH_PIN (int)

  • PAPERCLIP (int)

  • TAG (int)

  • CUSTOM_ICON (int)

GRAPH = 0
PUSH_PIN = 1
PAPERCLIP = 2
TAG = 3
CUSTOM_ICON = 127