2.3.3.9 CT_PictureEffectBackgroundRemoval

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

Referenced by: CT_PictureEffect

A complex type that specifies a background removal effect applied to a picture. A marquee defines the rectangular region limiting the pixels that are considered to be in the foreground of a picture. Foreground and background marks further specify regions to include and exclude.

Child Elements:

foregroundMark: A CT_PictureEffectBackgroundRemovalForegroundMark element that specifies a line segment that marks a region to include in a picture.

backgroundMark: A CT_PictureEffectBackgroundRemovalBackgroundMark element that specifies a line segment that marks a region to exclude from a picture.

Attributes:

t: An ST_PositiveFixedPercentage attribute ([ISO/IEC29500-1:2016] section A.4.1) that specifies the top position of the marquee, relative to the height of a picture.

b: An ST_PositiveFixedPercentage attribute ([ISO/IEC29500-1:2016] section A.4.1) that specifies the bottom position of the marquee, relative to the height of a picture.

l: An ST_PositiveFixedPercentage attribute ([ISO/IEC29500-1:2016] section A.4.1) that specifies the left position of the marquee, relative to the width of a picture.

r: An ST_PositiveFixedPercentage attribute ([ISO/IEC29500-1:2016] section A.4.1) that specifies the right position of the marquee, relative to the width of a picture.

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

 <xsd:complexType name="CT_PictureEffectBackgroundRemoval">
   <xsd:sequence>
     <xsd:element name="foregroundMark" type="CT_PictureEffectBackgroundRemovalForegroundMark" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="backgroundMark" type="CT_PictureEffectBackgroundRemovalBackgroundMark" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="t" type="a:ST_PositiveFixedPercentage" use="required"/>
   <xsd:attribute name="b" type="a:ST_PositiveFixedPercentage" use="required"/>
   <xsd:attribute name="l" type="a:ST_PositiveFixedPercentage" use="required"/>
   <xsd:attribute name="r" type="a:ST_PositiveFixedPercentage" use="required"/>
 </xsd:complexType>

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