Skip to content

class ListNode

  • supers: Node

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!


fields


ListNode.width


ListNode.width : integer

the width of the box

ListNode.height


ListNode.height : integer

the height of the box

ListNode.depth


ListNode.depth : integer

the depth of the box

ListNode.shift


ListNode.shift : integer

a displacement perpendicular to the character progression direction

ListNode.glue_order


ListNode.glue_order : GlueOrder

ListNode.glue_set


ListNode.glue_set : GlueSet

ListNode.glue_sign


ListNode.glue_sign : GlueSign

ListNode.head


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

the first node of the body of this list

ListNode.list


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

the first node of the body of this list

ListNode.dir


ListNode.dir : DirectionSpecifier