Ignore:
Timestamp:
12/14/09 16:43:16 (2 years ago)
Author:
jharrop
Message:

Basic support in pdf via XSL FO, and HTML NG2, for bookmarks, hyperlink, symbols, w:pict.
Tabs are currently just replaced simple-mindedly with spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java

    r967 r979  
    121121                int last = getDocumentModel().getSections().size(); 
    122122                if (last>0) { 
     123                        // Should always be the case, since we add one, 
     124                        // even if the document contains no sectPr 
    123125                        return getDocumentModel().getSections().get(last-1).getHeaderFooterPolicy(); 
    124126                } else { 
     127                        log.error("Unexpected - zero sections?!"); 
    125128                        return null; 
    126129                } 
Note: See TracChangeset for help on using the changeset viewer.