Ignore:
Timestamp:
09/06/10 10:52:18 (21 months ago)
Author:
jharrop
Message:

Additional xlsx parts. Had to regenerate dml/ to include spreadsheet drawing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTTextParagraph.java

    r1041 r1201  
    6262    protected CTTextParagraphProperties pPr; 
    6363    @XmlElements({ 
     64        @XmlElement(name = "r", type = CTRegularTextRun.class), 
    6465        @XmlElement(name = "fld", type = CTTextField.class), 
    65         @XmlElement(name = "br", type = CTTextLineBreak.class), 
    66         @XmlElement(name = "r", type = CTRegularTextRun.class) 
     66        @XmlElement(name = "br", type = CTTextLineBreak.class) 
    6767    }) 
    6868    protected List<Object> egTextRun; 
     
    111111     * <p> 
    112112     * Objects of the following type(s) are allowed in the list 
     113     * {@link CTRegularTextRun } 
    113114     * {@link CTTextField } 
    114115     * {@link CTTextLineBreak } 
    115      * {@link CTRegularTextRun } 
    116116     *  
    117117     *  
Note: See TracChangeset for help on using the changeset viewer.