Interface PageBreakingAlgorithm.PageBreakingLayoutListener

  • Enclosing class:
    PageBreakingAlgorithm

    public static interface PageBreakingAlgorithm.PageBreakingLayoutListener
    Interface to notify about layout events during page breaking.
    • Method Detail

      • notifyOverflow

        void notifyOverflow​(int part,
                            int amount,
                            FObj obj)
        Issued when an overflow is detected
        Parameters:
        part - the number of the part (page) this happens on
        amount - the amount by which the area overflows (in mpt)
        obj - the root FO object where this happens