Interface PageBreakingAlgorithm.PageBreakingLayoutListener

Enclosing class:
PageBreakingAlgorithm

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

    Modifier and Type
    Method
    Description
    void
    notifyOverflow(int part, int amount, FObj obj)
    Issued when an overflow is detected
  • Method Details

    • 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