java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2010.main.CTPictureEffect
All Implemented Interfaces:
Child

public class CTPictureEffect
extends java.lang.Object
implements Child

Java class for CT_PictureEffect complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_PictureEffect">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="artisticBlur" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectBlur"/>
         <element name="artisticCement" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectCement"/>
         <element name="artisticChalkSketch" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectChalkSketch"/>
         <element name="artisticCrisscrossEtching" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectCrisscrossEtching"/>
         <element name="artisticCutout" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectCutout"/>
         <element name="artisticFilmGrain" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectFilmGrain"/>
         <element name="artisticGlass" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectGlass"/>
         <element name="artisticGlowDiffused" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectGlowDiffused"/>
         <element name="artisticGlowEdges" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectGlowEdges"/>
         <element name="artisticLightScreen" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectLightScreen"/>
         <element name="artisticLineDrawing" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectLineDrawing"/>
         <element name="artisticMarker" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectMarker"/>
         <element name="artisticMosiaicBubbles" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectMosiaicBubbles"/>
         <element name="artisticPaintStrokes" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectPaintStrokes"/>
         <element name="artisticPaintBrush" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectPaintBrush"/>
         <element name="artisticPastelsSmooth" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectPastelsSmooth"/>
         <element name="artisticPencilGrayscale" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectPencilGrayscale"/>
         <element name="artisticPencilSketch" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectPencilSketch"/>
         <element name="artisticPhotocopy" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectPhotocopy"/>
         <element name="artisticPlasticWrap" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectPlasticWrap"/>
         <element name="artisticTexturizer" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectTexturizer"/>
         <element name="artisticWatercolorSponge" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectWatercolorSponge"/>
         <element name="backgroundRemoval" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectBackgroundRemoval"/>
         <element name="brightnessContrast" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectBrightnessContrast"/>
         <element name="colorTemperature" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectColorTemperature"/>
         <element name="saturation" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectSaturation"/>
         <element name="sharpenSoften" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_PictureEffectSharpenSoften"/>
       </choice>
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>