@vivliostyle/core
    Preparing search index...

    Class TableFormattingContext

    Source node of the table

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    captions: TableCaptionView[] = []
    cellBreakPositions: BrokenTableCellPosition[] = []
    cellFragments: TableCellFragment[][] = []
    colGroups: DocumentFragment = null
    columnCount: number = -1
    colWidths: number[] = null
    formattingContextType: FormattingContextType = "Table"
    inlineBorderSpacing: number = 0
    isRoot: boolean = false
    lastRowViewNode: Element = null
    repetitiveElements: RepetitiveElement.RepetitiveElements = null
    rootSourceNode: Element
    rows: TableRow[] = []
    slots: TableSlot[][] = []
    tableSourceNode: Element
    tableWidth: number = 0
    vertical: boolean = false

    Methods

    • Parameters

      Returns { columnIndex: number; rowIndex: number }

      position

    • Parameters

      • sourceNode: Node

      Returns number

    • Returns number