Skip to content

class PdfStartLinkWhatsitNode

  • supers: WhatsitNode

Example:

assert.node_type("whatsit", "pdf_start_link", {
  id = "whatsit (8)",
  subtype = "pdf_start_link (20)",
  fields = {
    "prev (-1)",
    "next (0)",
    "id (1)",
    "subtype (2)",
    "attr (3)",
    "width (4)",
    "depth (5)",
    "height (6)",
    "objnum (7)",
    "link_attr (8)",
    "action (9)",
  },
})

😱 Types incomplete or incorrect? 🙏 Please contribute!


fields


PdfStartLinkWhatsitNode.attr


PdfStartLinkWhatsitNode.attr : Node {
    next: Node?,
    prev: Node?,
    id: integer,
    subtype: integer,
    head: Node?,
    attr: Node,
}

A list of attributes.

PdfStartLinkWhatsitNode.width


PdfStartLinkWhatsitNode.width : integer

the width (not used in calculations)

PdfStartLinkWhatsitNode.height


PdfStartLinkWhatsitNode.height : integer

the height (not used in calculations)

PdfStartLinkWhatsitNode.depth


PdfStartLinkWhatsitNode.depth : integer

the depth (not used in calculations)

PdfStartLinkWhatsitNode.objnum


PdfStartLinkWhatsitNode.objnum : integer

the referenced PDF object number


PdfStartLinkWhatsitNode.link_attr : table

the link attribute token list

PdfStartLinkWhatsitNode.action


PdfStartLinkWhatsitNode.action : Node {
    next: Node?,
    prev: Node?,
    id: integer,
    subtype: integer,
    head: Node?,
    attr: Node,
}

the action to perform