Package org.apache.fop.layoutmgr
Interface PageBreakingAlgorithm.PageBreakingLayoutListener
- Enclosing class:
PageBreakingAlgorithm
public static interface PageBreakingAlgorithm.PageBreakingLayoutListener
Interface to notify about layout events during page breaking.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyOverflow
(int part, int amount, FObj obj) Issued when an overflow is detected
-
Method Details
-
notifyOverflow
Issued when an overflow is detected- Parameters:
part
- the number of the part (page) this happens onamount
- the amount by which the area overflows (in mpt)obj
- the root FO object where this happens
-