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

    r1041 r1201  
    8080 
    8181    @XmlElements({ 
     82        @XmlElement(name = "fillOverlay", type = CTFillOverlayEffect.class), 
     83        @XmlElement(name = "blur", type = CTBlurEffect.class), 
     84        @XmlElement(name = "alphaModFix", type = CTAlphaModulateFixedEffect.class), 
     85        @XmlElement(name = "tint", type = CTTintEffect.class), 
     86        @XmlElement(name = "alphaInv", type = CTAlphaInverseEffect.class), 
     87        @XmlElement(name = "hsl", type = CTHSLEffect.class), 
     88        @XmlElement(name = "biLevel", type = CTBiLevelEffect.class), 
     89        @XmlElement(name = "alphaCeiling", type = CTAlphaCeilingEffect.class), 
    8290        @XmlElement(name = "alphaBiLevel", type = CTAlphaBiLevelEffect.class), 
    83         @XmlElement(name = "alphaInv", type = CTAlphaInverseEffect.class), 
    84         @XmlElement(name = "blur", type = CTBlurEffect.class), 
    85         @XmlElement(name = "fillOverlay", type = CTFillOverlayEffect.class), 
    86         @XmlElement(name = "alphaCeiling", type = CTAlphaCeilingEffect.class), 
     91        @XmlElement(name = "alphaFloor", type = CTAlphaFloorEffect.class), 
     92        @XmlElement(name = "alphaRepl", type = CTAlphaReplaceEffect.class), 
     93        @XmlElement(name = "duotone", type = CTDuotoneEffect.class), 
     94        @XmlElement(name = "clrRepl", type = CTColorReplaceEffect.class), 
    8795        @XmlElement(name = "lum", type = CTLuminanceEffect.class), 
    88         @XmlElement(name = "alphaModFix", type = CTAlphaModulateFixedEffect.class), 
    89         @XmlElement(name = "clrRepl", type = CTColorReplaceEffect.class), 
    90         @XmlElement(name = "tint", type = CTTintEffect.class), 
    91         @XmlElement(name = "hsl", type = CTHSLEffect.class), 
    92         @XmlElement(name = "alphaMod", type = CTAlphaModulateEffect.class), 
    93         @XmlElement(name = "biLevel", type = CTBiLevelEffect.class), 
    94         @XmlElement(name = "duotone", type = CTDuotoneEffect.class), 
    95         @XmlElement(name = "alphaRepl", type = CTAlphaReplaceEffect.class), 
     96        @XmlElement(name = "clrChange", type = CTColorChangeEffect.class), 
    9697        @XmlElement(name = "grayscl", type = CTGrayscaleEffect.class), 
    97         @XmlElement(name = "alphaFloor", type = CTAlphaFloorEffect.class), 
    98         @XmlElement(name = "clrChange", type = CTColorChangeEffect.class) 
     98        @XmlElement(name = "alphaMod", type = CTAlphaModulateEffect.class) 
    9999    }) 
    100100    protected List<Object> alphaBiLevelOrAlphaCeilingOrAlphaFloor; 
     
    125125     * <p> 
    126126     * Objects of the following type(s) are allowed in the list 
     127     * {@link CTFillOverlayEffect } 
     128     * {@link CTBlurEffect } 
     129     * {@link CTAlphaModulateFixedEffect } 
     130     * {@link CTTintEffect } 
     131     * {@link CTAlphaInverseEffect } 
     132     * {@link CTHSLEffect } 
     133     * {@link CTBiLevelEffect } 
     134     * {@link CTAlphaCeilingEffect } 
    127135     * {@link CTAlphaBiLevelEffect } 
    128      * {@link CTAlphaInverseEffect } 
    129      * {@link CTBlurEffect } 
    130      * {@link CTFillOverlayEffect } 
    131      * {@link CTAlphaCeilingEffect } 
     136     * {@link CTAlphaFloorEffect } 
     137     * {@link CTAlphaReplaceEffect } 
     138     * {@link CTDuotoneEffect } 
     139     * {@link CTColorReplaceEffect } 
    132140     * {@link CTLuminanceEffect } 
    133      * {@link CTAlphaModulateFixedEffect } 
    134      * {@link CTColorReplaceEffect } 
    135      * {@link CTTintEffect } 
    136      * {@link CTHSLEffect } 
     141     * {@link CTColorChangeEffect } 
     142     * {@link CTGrayscaleEffect } 
    137143     * {@link CTAlphaModulateEffect } 
    138      * {@link CTBiLevelEffect } 
    139      * {@link CTDuotoneEffect } 
    140      * {@link CTAlphaReplaceEffect } 
    141      * {@link CTGrayscaleEffect } 
    142      * {@link CTAlphaFloorEffect } 
    143      * {@link CTColorChangeEffect } 
    144144     *  
    145145     *  
Note: See TracChangeset for help on using the changeset viewer.