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

    r1041 r1201  
    5858    @XmlElements({ 
    5959        @XmlElement(name = "grpFill", type = CTGroupFillProperties.class), 
     60        @XmlElement(name = "noFill", type = CTNoFillProperties.class), 
    6061        @XmlElement(name = "gradFill", type = CTGradientFillProperties.class), 
    61         @XmlElement(name = "pattFill", type = CTPatternFillProperties.class), 
     62        @XmlElement(name = "blipFill", type = CTBlipFillProperties.class), 
    6263        @XmlElement(name = "solidFill", type = CTSolidColorFillProperties.class), 
    63         @XmlElement(name = "noFill", type = CTNoFillProperties.class), 
    64         @XmlElement(name = "blipFill", type = CTBlipFillProperties.class) 
     64        @XmlElement(name = "pattFill", type = CTPatternFillProperties.class) 
    6565    }) 
    6666    protected List<Object> egFillProperties; 
     
    8585     * Objects of the following type(s) are allowed in the list 
    8686     * {@link CTGroupFillProperties } 
     87     * {@link CTNoFillProperties } 
    8788     * {@link CTGradientFillProperties } 
     89     * {@link CTBlipFillProperties } 
     90     * {@link CTSolidColorFillProperties } 
    8891     * {@link CTPatternFillProperties } 
    89      * {@link CTSolidColorFillProperties } 
    90      * {@link CTNoFillProperties } 
    91      * {@link CTBlipFillProperties } 
    9292     *  
    9393     *  
Note: See TracChangeset for help on using the changeset viewer.