BuildOleChart Class
Build OLE Chart.When the object is serialized out as xml, its qualified name is p:bldOleChart.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Presentation.BuildOleChart
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Class BuildOleChart _
Inherits OpenXmlLeafElement
用法
Dim instance As BuildOleChart
public class BuildOleChart : OpenXmlLeafElement
Remarks
[ISO/IEC 29500-1 第 1 个版本]
19.5.15 bldOleChart (Build Embedded Chart)
This element describes animation an a embedded Chart.
[Example: Consider displaying animation on a embedded graphical chart. The <bldOleChart>element should be use as follows:
<p:bldLst>
<p:bldOleChart spid="1025" grpId="0"/>
</p:bldLst>
end example]
Parent Elements |
---|
bldLst (§19.5.14) |
Attributes |
Description |
---|---|
animBg (Animate Background) |
This attribute describes whether to animate the background of the shape. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
bld (Build) |
This attribute describes how the diagram is built. The animation animates the sub-elements in the container in the particular order defined by this attribute. The possible values for this attribute are defined by the ST_TLOleChartBuildType simple type (§19.7.35). |
grpId (Group ID) |
This attribute ties effects persisted in the animation to the build information. The attribute is used by the editor when changes to the build information are made. GroupIDs are unique for a given shape. They are not guaranteed to be unique IDs across all shapes on a slide. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
spid (Shape ID) |
This attribute describes the shape to which the build applies. The possible values for this attribute are defined by the ST_ShapeID simple type (§20.1.10.55). |
uiExpand (Expand UI) |
This attribute describes the view option indicating if the build should be displayed expanded. 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_TLOleBuildChart) is located in §A.3. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.