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

    r1041 r1201  
    7474    protected CTGroupShapeProperties grpSpPr; 
    7575    @XmlElements({ 
     76        @XmlElement(name = "sp", type = CTGvmlShape.class), 
     77        @XmlElement(name = "grpSp", type = CTGvmlGroupShape.class), 
     78        @XmlElement(name = "cxnSp", type = CTGvmlConnector.class), 
    7679        @XmlElement(name = "graphicFrame", type = CTGvmlGraphicalObjectFrame.class), 
    77         @XmlElement(name = "cxnSp", type = CTGvmlConnector.class), 
    78         @XmlElement(name = "grpSp", type = CTGvmlGroupShape.class), 
    7980        @XmlElement(name = "pic", type = CTGvmlPicture.class), 
    80         @XmlElement(name = "sp", type = CTGvmlShape.class), 
    8181        @XmlElement(name = "txSp", type = CTGvmlTextShape.class) 
    8282    }) 
     
    150150     * <p> 
    151151     * Objects of the following type(s) are allowed in the list 
     152     * {@link CTGvmlShape } 
     153     * {@link CTGvmlGroupShape } 
     154     * {@link CTGvmlConnector } 
    152155     * {@link CTGvmlGraphicalObjectFrame } 
    153      * {@link CTGvmlConnector } 
    154      * {@link CTGvmlGroupShape } 
    155156     * {@link CTGvmlPicture } 
    156      * {@link CTGvmlShape } 
    157157     * {@link CTGvmlTextShape } 
    158158     *  
Note: See TracChangeset for help on using the changeset viewer.