2.3.3.19 CT_PictureEffect

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: CT_PictureLayer

A complex type that specifies an effect applied to a picture. Exactly one child element MUST exist to specify the type of effect.

Child Elements:

artisticBlur: A CT_PictureEffectBlur element that specifies the blur picture effect.

artisticCement: A CT_PictureEffectCement element that specifies the cement picture effect.

artisticChalkSketch: A CT_PictureEffectChalkSketch element that specifies the chalk sketch picture effect.

artisticCrisscrossEtching: A CT_PictureEffectCrisscrossEtching element that specifies the crisscross etching picture effect.

artisticCutout: A CT_PictureEffectCutout element that specifies the cutout picture effect.

artisticFilmGrain: A CT_PictureEffectFilmGrain element that specifies the film grain picture effect.

artisticGlass: A CT_PictureEffectGlass element that specifies the glass picture effect.

artisticGlowDiffused: A CT_PictureEffectGlowDiffused element that specifies the glow diffused picture effect.

artisticGlowEdges: A CT_PictureEffectGlowEdges element that specifies the glow edges picture effect.

artisticLightScreen: A CT_PictureEffectLightScreen element that specifies the light screen picture effect.

artisticLineDrawing: A CT_PictureEffectLineDrawing element that specifies the line-drawing picture effect.

artisticMarker: A CT_PictureEffectMarker element that specifies the marker picture effect.

artisticMosiaicBubbles: A CT_PictureEffectMosiaicBubbles element that specifies the mosaic bubbles picture effect.

artisticPaintStrokes: A CT_PictureEffectPaintStrokes element that specifies the paint strokes picture effect.

artisticPaintBrush: A CT_PictureEffectPaintBrush element that specifies the paint-brush picture effect.

artisticPastelsSmooth: A CT_PictureEffectPastelsSmooth element that specifies the pastel smooth picture effect.

artisticPencilGrayscale: A CT_PictureEffectPencilGrayscale element that specifies the pencil grayscale picture effect.

artisticPencilSketch: A CT_PictureEffectPencilSketch element that specifies the pencil-sketch picture effect.

artisticPhotocopy: A CT_PictureEffectPhotocopy element that specifies the photocopy picture effect.

artisticPlasticWrap: A CT_PictureEffectPlasticWrap element that specifies the plastic wrap picture effect.

artisticTexturizer: A CT_PictureEffectTexturizer element that specifies the texture picture effect.

artisticWatercolorSponge: A CT_PictureEffectWatercolorSponge element that specifies the watercolor-sponge picture effect.

backgroundRemoval: A CT_PictureEffectBackgroundRemoval element that specifies the background-removal picture effect.

brightnessContrast: A CT_PictureEffectBrightnessContrast element that specifies the brightness and contrast picture effect.

colorTemperature: A CT_PictureEffectColorTemperature element that specifies the color-tone picture effect.

saturation: A CT_PictureEffectSaturation element that specifies the color-saturation picture effect.

sharpenSoften: A CT_PictureEffectSharpenSoften element that specifies the sharpen and soften picture effect.

Attributes:

visible: A Boolean attribute ([XMLSCHEMA2/2] section 3.2.2) that specifies whether this picture effect is rendered.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PictureEffect">
   <xsd:choice minOccurs="1" maxOccurs="1">
     <xsd:element name="artisticBlur" type="CT_PictureEffectBlur" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticCement" type="CT_PictureEffectCement" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticChalkSketch" type="CT_PictureEffectChalkSketch" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticCrisscrossEtching" type="CT_PictureEffectCrisscrossEtching" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticCutout" type="CT_PictureEffectCutout" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticFilmGrain" type="CT_PictureEffectFilmGrain" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticGlass" type="CT_PictureEffectGlass" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticGlowDiffused" type="CT_PictureEffectGlowDiffused" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticGlowEdges" type="CT_PictureEffectGlowEdges" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticLightScreen" type="CT_PictureEffectLightScreen" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticLineDrawing" type="CT_PictureEffectLineDrawing" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticMarker" type="CT_PictureEffectMarker" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticMosiaicBubbles" type="CT_PictureEffectMosiaicBubbles" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticPaintStrokes" type="CT_PictureEffectPaintStrokes" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticPaintBrush" type="CT_PictureEffectPaintBrush" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticPastelsSmooth" type="CT_PictureEffectPastelsSmooth" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticPencilGrayscale" type="CT_PictureEffectPencilGrayscale" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticPencilSketch" type="CT_PictureEffectPencilSketch" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticPhotocopy" type="CT_PictureEffectPhotocopy" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticPlasticWrap" type="CT_PictureEffectPlasticWrap" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticTexturizer" type="CT_PictureEffectTexturizer" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="artisticWatercolorSponge" type="CT_PictureEffectWatercolorSponge" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="backgroundRemoval" type="CT_PictureEffectBackgroundRemoval" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="brightnessContrast" type="CT_PictureEffectBrightnessContrast" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="colorTemperature" type="CT_PictureEffectColorTemperature" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="saturation" type="CT_PictureEffectSaturation" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="sharpenSoften" type="CT_PictureEffectSharpenSoften" minOccurs="1" maxOccurs="1"/>
   </xsd:choice>
   <xsd:attribute name="visible" type="xsd:boolean" use="optional" default="true"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).