BackgroundRemoval class

Office 2013 and later

Defines the BackgroundRemoval Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:backgroundRemoval.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.5.25 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/IEC-29500-1] 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/IEC-29500-1] 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/IEC-29500-1] 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/IEC-29500-1] 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] 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] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: