class PdfEndLinkWhatsitNode
- supers: WhatsitNode
Example:
assert.node_type("whatsit", "pdf_end_link", {
id = "whatsit (8)",
subtype = "pdf_end_link (21)",
fields = { "prev (-1)", "next (0)", "id (1)", "subtype (2)", "attr (3)" },
})
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
PdfEndLinkWhatsitNode.attr
PdfEndLinkWhatsitNode.attr : Node {
next: Node?,
prev: Node?,
id: integer,
subtype: integer,
head: Node?,
attr: Node,
}
A list of attributes.