Changeset 1682


Ignore:
Timestamp:
10/08/11 01:50:21 (8 months ago)
Author:
jharrop
Message:

Adjustments to make this compile for 2.7.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/docx4j-extras/PdfViaIText/org/docx4j/convert/out/pdf/viaIText/Conversion.java

    r1044 r1682  
    1212import org.apache.log4j.Logger; 
    1313import org.docx4j.XmlUtils; 
     14import org.docx4j.convert.out.pdf.viaXSLFO.PdfSettings; 
    1415import org.docx4j.dml.wordprocessingDrawing.Inline; 
    1516import org.docx4j.fonts.Mapper; 
     
    6970         *            The OutputStream to write the pdf to  
    7071         *  
    71          * */      
    72     public void output(OutputStream os) throws Docx4JException { 
     72         * */     
     73        @Override        
     74    public void output(OutputStream os, PdfSettings settings) throws Docx4JException { 
    7375         
    7476//      Document pdfDoc = new Document(); 
     
    189191                                org.docx4j.wml.SdtBlock sdt = (org.docx4j.wml.SdtBlock) o;                               
    190192                                // Don't bother looking in SdtPr                                 
    191                                 traverseBlockLevelContent(sdt.getSdtContent().getEGContentBlockContent(), 
     193                                traverseBlockLevelContent(sdt.getSdtContent().getContent(), 
    192194                                                parent); 
    193195                                 
Note: See TracChangeset for help on using the changeset viewer.