- 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/CTBackgroundFillStyleList.java
r1041 r1201 57 57 58 58 @XmlElements({ 59 @XmlElement(name = "gradFill", type = CTGradientFillProperties.class), 59 @XmlElement(name = "pattFill", type = CTPatternFillProperties.class), 60 @XmlElement(name = "blipFill", type = CTBlipFillProperties.class), 61 @XmlElement(name = "solidFill", type = CTSolidColorFillProperties.class), 62 @XmlElement(name = "noFill", type = CTNoFillProperties.class), 60 63 @XmlElement(name = "grpFill", type = CTGroupFillProperties.class), 61 @XmlElement(name = "pattFill", type = CTPatternFillProperties.class), 62 @XmlElement(name = "noFill", type = CTNoFillProperties.class), 63 @XmlElement(name = "blipFill", type = CTBlipFillProperties.class), 64 @XmlElement(name = "solidFill", type = CTSolidColorFillProperties.class) 64 @XmlElement(name = "gradFill", type = CTGradientFillProperties.class) 65 65 }) 66 66 protected List<Object> egFillProperties; … … 84 84 * <p> 85 85 * Objects of the following type(s) are allowed in the list 86 * {@link CTGradientFillProperties }87 * {@link CTGroupFillProperties }88 86 * {@link CTPatternFillProperties } 89 * {@link CTNoFillProperties }90 87 * {@link CTBlipFillProperties } 91 88 * {@link CTSolidColorFillProperties } 89 * {@link CTNoFillProperties } 90 * {@link CTGroupFillProperties } 91 * {@link CTGradientFillProperties } 92 92 * 93 93 *
Note: See TracChangeset
for help on using the changeset viewer.
