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

    r1041 r1201  
    5757 
    5858    @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), 
    6063        @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) 
    6565    }) 
    6666    protected List<Object> egFillProperties; 
     
    8484     * <p> 
    8585     * Objects of the following type(s) are allowed in the list 
    86      * {@link CTGradientFillProperties } 
    87      * {@link CTGroupFillProperties } 
    8886     * {@link CTPatternFillProperties } 
    89      * {@link CTNoFillProperties } 
    9087     * {@link CTBlipFillProperties } 
    9188     * {@link CTSolidColorFillProperties } 
     89     * {@link CTNoFillProperties } 
     90     * {@link CTGroupFillProperties } 
     91     * {@link CTGradientFillProperties } 
    9292     *  
    9393     *  
Note: See TracChangeset for help on using the changeset viewer.