Skip to content

class PdfEndThreadWhatsitNode

\pdfendthread (v, m)

This ends an article thread started before by \pdfstartthread.

Example:

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

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!


fields


PdfEndThreadWhatsitNode.attr


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

A list of attributes.