Skip to content

class PdfRestoreWhatsitNode

Example:

assert.node_type("whatsit", "pdf_restore", {
  id = "whatsit (8)",
  subtype = "pdf_restore (32)",
  fields = { "prev (-1)", "next (0)", "id (1)", "subtype (2)", "attr (3)" },
})

😱 Types incomplete or incorrect? 🙏 Please contribute!


fields


PdfRestoreWhatsitNode.attr


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

A list of attributes.