Поделиться через


Diagram Class

Diagram to Animate.When the object is serialized out as xml, its qualified name is a:dgm.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Drawing.Diagram

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Декларация
Public Class Diagram _
    Inherits OpenXmlLeafElement
'Применение
Dim instance As Diagram
public class Diagram : OpenXmlLeafElement

Remarks

[ISO/IEC 29500-1 редакция 1]

20.1.2.2.12 dgm (Diagram to Animate)

This element specifies a reference to a diagram that should be animated within a sequence of slide animations. In addition to simply acting as a reference to a diagram there is also animation build steps defined.

Parent Elements

graphicEl (§19.5.45)

Attributes

Description

bldStep (Animation Build Step)

Specifies which step this part of the diagram should be built using. For instance the diagram can be built as one object meaning it is animated as a single graphic. Alternatively the diagram can be animated, or built as separate pieces.

The possible values for this attribute are defined by the ST_DgmBuildStep simple type (§20.1.10.20).

id (Identifier)

Specifies the GUID of the shape for this build step in the animation.

The possible values for this attribute are defined by the ST_Guid simple type (§22.9.2.4).

[Note: The W3C XML Schema definition of this element's content model (CT_AnimationDgmElement) is located in §A.4.1. end note]

© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и 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.

See Also

Reference

Diagram Members

DocumentFormat.OpenXml.Drawing Namespace