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
the width (not used in calculations)
PdfStartLinkWhatsitNode.height
the height (not used in calculations)
PdfStartLinkWhatsitNode.depth
the depth (not used in calculations)
PdfStartLinkWhatsitNode.objnum
the referenced PDF object number
PdfStartLinkWhatsitNode.link_attr
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