[Table of Contents] [docx version]
Error! No text of specified style in document.
This element defines a plane in which effects, such as glow and shadow, are applied in relation to the shape they are being applied to. The points and vectors contained within the backdrop define a plane in 3D space.
[Example: Consider the following image as an explanation of the backdrop plane definition:
In this image we see a plane being defined by an anchor point, the vector normal to the face of the plane and a vector pointing up in relation to the plane. end example]
Parent Elements |
Child Elements |
Subclause |
anchor (Anchor Point) |
§5.1.7.1 |
extLst (Extension List) |
§5.1.2.1.15 |
norm (Normal) |
§5.1.7.10 |
up (Up Vector) |
§5.1.7.13 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Backdrop">
<sequence>
<element name="anchor" type="CT_Point3D" minOccurs="1" maxOccurs="1"/>
<element name="norm" type="CT_Vector3D" minOccurs="1" maxOccurs="1"/>
<element name="up" type="CT_Vector3D" minOccurs="1" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>