Package net.sf.jasperreports.engine.design

Examples of net.sf.jasperreports.engine.design.JRDesignFrame.copyBox()


    frame.setHeight(cell.getHeight());
    frame.setStretchType(StretchTypeEnum.RELATIVE_TO_TALLEST_OBJECT);
   
    frame.setStyle(cell.getStyle());
    frame.setStyleNameReference(cell.getStyleNameReference());
    frame.copyBox(cell.getLineBox());
   
    for (Iterator it = cell.getChildren().iterator(); it.hasNext();)
    {
      JRChild child = (JRChild) it.next();
      if (child instanceof JRElement)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.