ImageLayer class
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.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
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).