Package org.apache.fop.layout

Examples of org.apache.fop.layout.AlternatingPageMasterFactory


      
       try {
     pf = this.layoutMasterSet.getLayoutMaster(pageMasterFirst).getPageMaster();
     pe = this.layoutMasterSet.getLayoutMaster(pageMasterEven).getPageMaster();
     po = this.layoutMasterSet.getLayoutMaster(pageMasterOdd).getPageMaster();
     this.pageMasterFactory = new AlternatingPageMasterFactory(pf,pe,po);
       } catch (java.lang.NullPointerException e) {
     throw new FOPException("at least one of the page-master names in"
          + " sequence-specifier-alternating is not in"
          + " layout-master-set");
       }
View Full Code Here

TOP

Related Classes of org.apache.fop.layout.AlternatingPageMasterFactory

Copyright © 2018 www.massapicom. 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.