@vivliostyle/core
    Preparing search index...

    Function checkIfBeyondColumnBreaks

    • Check if the client rectangle of an element or range is located in a column beyond the current one due to the browser's column breaking.

      Parameters

      • rect: Vtree.ClientRect

        The client rectangle to check.

      • vertical: boolean

        Whether the layout is vertical.

      Returns number

      the number of columns the end edge of the rectangle is after the current column.