[Table of Contents] [docx version]

Error! No text of specified style in document.

graphicFrame (Graphic Frame)

This element describes a single graphical object frame for a spreadsheet which contains a graphical object.

Parent Elements

absoluteAnchor5.6.2.1); grpSp5.6.2.16); oneCellAnchor5.6.2.23); twoCellAnchor5.6.2.32)

 

Child Elements

Subclause

graphic (Graphic Object)

§5.1.2.1.16

nvGraphicFramePr (Non-Visual Properties for a Graphic Frame)

§5.6.2.19

xfrm (2D Transform for Graphic Frames)

§5.6.2.35

 

Attributes

Description

fPublished (Publish to Server Flag)

This attribute indicates whether the shape shall be published with the worksheet when sent to the server.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

macro (Reference To Custom Function)

This element specifies the custom function associated with the object. [Example: A macro script, add-in function, and so on. end example]

 

The format of this string shall be application-defined, and should be ignored if not understood.

 

[Example:

 

< ... macro="DoWork()" />

 

end example]

 

The possible values for this attribute are defined by the XML Schema string datatype.

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

<complexType name="CT_GraphicalObjectFrame">

   <sequence>

   <element name="nvGraphicFramePr" type="CT_GraphicalObjectFrameNonVisual" minOccurs="1" maxOccurs="1"/>

   <element name="xfrm" type="a:CT_Transform2D" minOccurs="1" maxOccurs="1"/>

   <element ref="a:graphic" minOccurs="1" maxOccurs="1"/>

   </sequence>

   <attribute name="macro" type="xsd:string" use="optional"/>

   <attribute name="fPublished" type="xsd:boolean" use="optional" default="false"/>

</complexType>