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/CTPath2D.java

    r1041 r1201  
    6868 
    6969    @XmlElements({ 
    70         @XmlElement(name = "moveTo", type = CTPath2DMoveTo.class), 
    71         @XmlElement(name = "arcTo", type = CTPath2DArcTo.class), 
    7270        @XmlElement(name = "lnTo", type = CTPath2DLineTo.class), 
    7371        @XmlElement(name = "quadBezTo", type = CTPath2DQuadBezierTo.class), 
    74         @XmlElement(name = "cubicBezTo", type = CTPath2DCubicBezierTo.class), 
    75         @XmlElement(name = "close", type = CTPath2DClose.class) 
     72        @XmlElement(name = "arcTo", type = CTPath2DArcTo.class), 
     73        @XmlElement(name = "close", type = CTPath2DClose.class), 
     74        @XmlElement(name = "moveTo", type = CTPath2DMoveTo.class), 
     75        @XmlElement(name = "cubicBezTo", type = CTPath2DCubicBezierTo.class) 
    7676    }) 
    7777    protected List<Object> closeOrMoveToOrLnTo; 
     
    105105     * <p> 
    106106     * Objects of the following type(s) are allowed in the list 
    107      * {@link CTPath2DMoveTo } 
    108      * {@link CTPath2DArcTo } 
    109107     * {@link CTPath2DLineTo } 
    110108     * {@link CTPath2DQuadBezierTo } 
     109     * {@link CTPath2DArcTo } 
     110     * {@link CTPath2DClose } 
     111     * {@link CTPath2DMoveTo } 
    111112     * {@link CTPath2DCubicBezierTo } 
    112      * {@link CTPath2DClose } 
    113113     *  
    114114     *  
Note: See TracChangeset for help on using the changeset viewer.