Class PLPageBreak

All Implemented Interfaces:
com.helger.commons.id.IHasID<String>, com.helger.commons.traits.IGenericImplTrait<PLPageBreak>, IPLHasOutline, IPLObject<PLPageBreak>, IPLRenderableObject<PLPageBreak>, IPLVisitable

public class PLPageBreak extends AbstractPLRenderableObject<PLPageBreak>
A page break that ensures a new page is started afterwards. The difference between force pages breaks and normal page breaks is as follows: forced page breaks are always executed, whereas normal page breaks are not executed if a new page just started.
Important note: page breaks are only handled if they are directly contained in a page set. Page breaks are not handled when nested in VBoxes or HBoxes.
Author:
Philip Helger