@vivliostyle/core
    Preparing search index...

    Class TableLayoutStrategy

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    column: Column
    currentColumnIndex: number = 0
    currentRowIndex: number = -1
    formattingContext: TableFormattingContext
    inFooter: boolean
    inHeader: boolean
    inRow: boolean = false
    leadingEdge?: boolean
    originalStopAtOverflow: boolean

    Methods

    • Find the break position for the cell at the given slot index. Returns the break position and its index in cellBreakPositions, or null if not found. Uses sourceNode matching instead of sequential index to support layout retry (issue #1663).

      Parameters

      • slotIndex: number
      • sourceNode: Node

      Returns { index: number; position: BrokenTableCellPosition }