次の方法で共有


SequenceTimeNode.NextAction プロパティ

定義

次のアクション

スキーマ内の次の属性を表します。nextAc

[DocumentFormat.OpenXml.SchemaAttr(0, "nextAc")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> NextAction { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> NextAction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "nextAc")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues>? NextAction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("nextAc")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues>? NextAction { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues>? NextAction { get; set; }
member this.NextAction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "nextAc")>]
member this.NextAction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("nextAc")>]
member this.NextAction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> with get, set
Public Property NextAction As EnumValue(Of NextActionValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この属性は、順番に進むときに実行する処理を指定します。 既定では、この属性の値 noneは です。 これが に seek 設定されている場合、要素は自然終了時刻 (必ずしも実際の終了時刻ではない) にシークされます。

自然終了位置は、子の最新の非無限終了時間として定義されます。 子が永遠にループする場合、最初のループの終了は、この計算の目的で "終了時刻" として使用されます。

一部のコンテナー要素には、無限期間の子要素が原因で、無限の期間が含まれる場合があります。 子が考慮する必要がある非無限期間がある場合に備えて、エンジンはすべての無限期間コンテナーを繰り返して自然継続時間を計算する必要があります。

この属性に使用できる値は、単純型によって ST_TLNextActionType 定義されます。

適用対象