Interface JRPrintElementListContainer

    • Method Detail

      • getElements

        java.util.List<JRPrintElement> getElements()
        Returns the list of elements of the container.
        Returns:
        the list of elements
      • addElement

        void addElement​(JRPrintElement element)
        Adds an element to the container.
        Parameters:
        element - the element to add