[Table of Contents] [docx version]
Error! No text of specified style in document.
oneCellAnchor (One Cell Anchor Shape Size)
This element specifies a one cell anchor placeholder for a group, a shape, or a drawing element. It moves with the cell and its extents is in EMU units.
Parent Elements |
wsDr (§5.6.2.34) |
Child Elements |
Subclause |
clientData (Client Data) |
§5.6.2.3 |
cxnSp (Connection Shape) |
§5.6.2.12 |
ext (Shape Extent) |
§5.6.2.13 |
from (Starting Anchor Point) |
§5.6.2.14 |
graphicFrame (Graphic Frame) |
§5.6.2.15 |
grpSp (Group Shape) |
§5.6.2.16 |
pic (Picture) |
§5.6.2.24 |
sp (Shape) |
§5.6.2.28 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OneCellAnchor">
<sequence>
<element name="from" type="CT_Marker"/>
<element name="ext" type="a:CT_PositiveSize2D"/>
<group ref="EG_ObjectChoices"/>
<element name="clientData" type="CT_AnchorClientData" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>