2.2.4.34 CT_ImageBackground
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared
A complex type that specifies the image region for a background image relative to a larger image cluster.
-
<xs:complexType name="CT_ImageBackground" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element name="h" type="xs:int"/> <xs:element name="imgID" nillable="true" type="xs:string"/> <xs:element name="w" type="xs:int"/> <xs:element name="x" type="xs:int"/> <xs:element name="y" type="xs:int"/> </xs:sequence> </xs:complexType>
h: An xs:int ([XMLSCHEMA2] section 3.3.17) element that specifies the height, in pixels, of the image region. MUST be greater than or equal to 1.
imgID: An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies the identifier for this image region.
w: An xs:int element that specifies the width, in pixels, of the image region. MUST be greater than or equal to 1.
x: An xs:int element that specifies the x coordinate, in pixels, of the upper-left corner of the image region. MUST be greater than or equal to 0.
y: An xs:int element that specifies the y coordinate, in pixels, of the upper-left corner of the image region. MUST be greater than or equal to 0.