Ignore:
Timestamp:
07/08/10 03:00:13 (23 months ago)
Author:
jharrop
Message:

PDF via XSL FO: support for multiple sections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/model/structure/DocumentModel.java

    r966 r1135  
    6363        // section they are in, and nor does a SectionWrapper 
    6464        // know which objects are in it.   
    65         // We will soon add objects to a SectionWrapper (but not 
    66         // vice versa) 
     65        // Should we add objects to a SectionWrapper?  
     66        // PDF via XSL FO pre-processes the document to wrap 
     67        // section containers, but that is only done in the PDF stuff. 
    6768         
    6869        public DocumentModel(WordprocessingMLPackage wordMLPackage) { 
Note: See TracChangeset for help on using the changeset viewer.