Class AreaBreak

All Implemented Interfaces:
IAbstractElement, IElement, IPropertyContainer

public class AreaBreak extends AbstractElement<AreaBreak>
A layout object that terminates the current content area and creates a new one. If no PageSize is given, the new content area will have the same size as the current one.
  • Field Details

    • pageSize

      protected PageSize pageSize
  • Constructor Details

    • AreaBreak

      public AreaBreak()
      Creates an AreaBreak. The new content area will have the same size as the current one.
    • AreaBreak

      public AreaBreak (AreaBreakType areaBreakType)
      Creates an AreaBreak that terminates a specified area type.
      Parameters:
      areaBreakType - an area break type
    • AreaBreak

      public AreaBreak (PageSize pageSize)
      Creates an AreaBreak. The new content area will have the specified page size.
      Parameters:
      pageSize - the size of the new content area
  • Method Details