- Timestamp:
- 09/06/10 10:52:18 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/dml/CTGvmlGroupShape.java
r1041 r1201 74 74 protected CTGroupShapeProperties grpSpPr; 75 75 @XmlElements({ 76 @XmlElement(name = "sp", type = CTGvmlShape.class), 77 @XmlElement(name = "grpSp", type = CTGvmlGroupShape.class), 78 @XmlElement(name = "cxnSp", type = CTGvmlConnector.class), 76 79 @XmlElement(name = "graphicFrame", type = CTGvmlGraphicalObjectFrame.class), 77 @XmlElement(name = "cxnSp", type = CTGvmlConnector.class),78 @XmlElement(name = "grpSp", type = CTGvmlGroupShape.class),79 80 @XmlElement(name = "pic", type = CTGvmlPicture.class), 80 @XmlElement(name = "sp", type = CTGvmlShape.class),81 81 @XmlElement(name = "txSp", type = CTGvmlTextShape.class) 82 82 }) … … 150 150 * <p> 151 151 * Objects of the following type(s) are allowed in the list 152 * {@link CTGvmlShape } 153 * {@link CTGvmlGroupShape } 154 * {@link CTGvmlConnector } 152 155 * {@link CTGvmlGraphicalObjectFrame } 153 * {@link CTGvmlConnector }154 * {@link CTGvmlGroupShape }155 156 * {@link CTGvmlPicture } 156 * {@link CTGvmlShape }157 157 * {@link CTGvmlTextShape } 158 158 *
Note: See TracChangeset
for help on using the changeset viewer.
