class PageInsertNode
- supers: Node
Example:
assert.node_type("page_insert", nil, {
id = "page_insert (33)",
fields = {
"prev (-1)",
"next (0)",
"id (1)",
"subtype (2)",
"height (3)",
"last_ins_ptr (4)",
"best_ins_ptr (5)",
"width (6)",
"stretch (7)",
"shrink (8)",
"stretch_order (9)",
"shrink_order (10)",
},
})
Reference:
- Corresponding C source code: texnodes.c#L826-L834
😱 Types incomplete or incorrect? 🙏 Please contribute!