Share via


3.1.4.3.1.1 e2oholder (E2o Holder)

This is the root element of the VML embedded DrawingML, Graphic Frame Doc part. It contains the actual DrawingML graphical object (OfficeArt object) data.

Child Elements

Subclause

effectOffset (Effect Offset)

§3.1.4.3.1.2, effectOffset

graphic (Graphic Object)

"[ISO/IEC-29500-1] §20.1.2.2.16"

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_GraphicalObjectWrapper">
   <sequence>
     <element name="effectOffset" type="CT_EffectOffsetStg" minOccurs="1" maxOccurs="1"/>
     <element ref="a:graphic" minOccurs="1" maxOccurs="1"/>
   </sequence>
 </complexType>