Package org.docx4j.model.structure

Examples of org.docx4j.model.structure.SectionWrapper


      // then we need a clone/template of the headers/footers
      // in the first section
     
      hfTemplates = new HashMap<CTRel, JaxbXmlPart>();
     
      SectionWrapper sw = input.getDocumentModel().getSections().get(0);
      SectPr sectPr = sw.getSectPr();
     
      List<CTRel> hdrFtrRefs = sectPr.getEGHdrFtrReferences();
      titlePage = sectPr.getTitlePg();
     
      for (CTRel rel : hdrFtrRefs) {
View Full Code Here

TOP

Related Classes of org.docx4j.model.structure.SectionWrapper

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.