ImageLayer class

Office 2013 and later

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

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.31 CT_PictureLayer

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

Referenced by: CT_Photo

A complex type that specifies a relationship to an original picture and contains optional effects applied to the picture in the order applied.

Child Elements:

imgEffect: A CT_PictureEffect element that specifies an effect applied to the picture.

Attributes:

r:embed: An ST_RelationshipId attribute ([ISO/IEC-29500-1] section 22.8.2.1) that specifies the relationship identifier that is used to determine the location of the picture.

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

<xsd:complexType name="CT_PictureLayer">

<xsd:sequence>

<xsd:element name="imgEffect" type="CT_PictureEffect" minOccurs="0" maxOccurs="unbounded"/>

</xsd:sequence>

<xsd:attribute ref="r:embed" use="optional" default=""/>

</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: