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 SemanticException
      Sets page size type.
      Parameters:
      pageType - page size type
      Throws:
      SemanticException