21.3.2.12 graphicFrame
This element specifies the existence of a graphics frame. This frame contains a graphic that was generated by an external source and needs a container in which to be displayed on the slide surface.
Attributes
macro (Reference to Custom Function)
This element specifies the custom function associated with the chart. [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 W3C XML Schema string datatype.
fPublished (Publish To Server)
Specifies whether the shape shall be published with the worksheet when sent to the spreadsheet server. This is for use when interfacing with a document server.
[Example: Consider the following shape that is not published with the worksheet when it is published back on the spreadsheet server.
<cdr:relSizeAnchor>
…
<cdr:sp fPublished="0">
…
</cdr:sp>
…
</cdr:relSizeAnchor>
end example]
The possible values for this attribute are defined by the W3C XML Schema boolean datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_GraphicFrame) is located in A.5.2. end note]