Interface IMasterPage

All Superinterfaces:
IDesignElement, IReportElement

public interface IMasterPage extends IReportElement
Represents a master page in the scripting environment
  • Method Details

    • getPageType

      String getPageType()
      Returns page size type.
      Returns:
      page size type
    • setPageType

      void setPageType(String pageType) throws org.eclipse.birt.report.model.api.activity.SemanticException
      Sets page size type.
      Parameters:
      pageType - page size type
      Throws:
      org.eclipse.birt.report.model.api.activity.SemanticException