Share via


SequenceTimeNode.NextAction Property

Definition

Next Action

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies what to do when going forward in sequence. By default this attribute has a value of none. When this is set to seek it will seek the element to a natural end time (not necessarily the actual end time).

The natural end position is defined as the latest non-infinite end time of the children. If a child loops forever, the end of its first loop is used as its "end time" for the purposes of this calculation.

Some container elements may have infinite durations due to an infinite-duration child element. The engine needs to recurse down through all infinite duration containers to calculate their natural duration in case a child might have non-infinite duration within it that needs to be taken into account.

The possible values for this attribute are defined by the ST_TLNextActionType simple type.

Applies to