Changeset 1201 for trunk/docx4j/src/main/java/org/docx4j/dml/CTBlip.java
- 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/CTBlip.java
r1041 r1201 80 80 81 81 @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), 82 90 @XmlElement(name = "alphaBiLevel", type = CTAlphaBiLevelEffect.class), 83 @XmlElement(name = "alpha Inv", 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), 87 95 @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), 96 97 @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) 99 99 }) 100 100 protected List<Object> alphaBiLevelOrAlphaCeilingOrAlphaFloor; … … 125 125 * <p> 126 126 * 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 } 127 135 * {@link CTAlphaBiLevelEffect } 128 * {@link CTAlpha InverseEffect }129 * {@link CT BlurEffect }130 * {@link CT FillOverlayEffect }131 * {@link CT AlphaCeilingEffect }136 * {@link CTAlphaFloorEffect } 137 * {@link CTAlphaReplaceEffect } 138 * {@link CTDuotoneEffect } 139 * {@link CTColorReplaceEffect } 132 140 * {@link CTLuminanceEffect } 133 * {@link CTAlphaModulateFixedEffect } 134 * {@link CTColorReplaceEffect } 135 * {@link CTTintEffect } 136 * {@link CTHSLEffect } 141 * {@link CTColorChangeEffect } 142 * {@link CTGrayscaleEffect } 137 143 * {@link CTAlphaModulateEffect } 138 * {@link CTBiLevelEffect }139 * {@link CTDuotoneEffect }140 * {@link CTAlphaReplaceEffect }141 * {@link CTGrayscaleEffect }142 * {@link CTAlphaFloorEffect }143 * {@link CTColorChangeEffect }144 144 * 145 145 *
Note: See TracChangeset
for help on using the changeset viewer.
