All Implemented Interfaces:
ICompositeElement, IContainer, IElement, IPage, Serializable

public class Page extends Container implements IPage
This class defines the runtime page model.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • Page

      public Page(String name)
      Constructs the page element with the specified name.
      Parameters:
      name - The name of the page element.
    • Page

      public Page(String name, ContentStyle contentStyle)
      Constructs an empty page with a name and content style.
      Parameters:
      name - The name of the container.
      contentStyle - The content style of the container.
    • Page

      protected Page(ComposerContext context, PageDefinition definition)
  • Method Details