BuildDiagram.Build プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダイアグラムのビルドの種類
スキーマ内の次の属性を表します: bld
[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues>? Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues>? Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues>? Build { get; set; }
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bld")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bld")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> with get, set
Public Property Build As EnumValue(Of DiagramBuildValues)
プロパティ値
EnumValue<T> を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
この属性は、ダイアグラムの構築方法について説明します。 アニメーションは、この属性によって定義された特定の順序でコンテナー内のサブ要素をアニメーション化します。
この属性に使用できる値は、単純型によって ST_TLDiagramBuildType
定義されます。