Compartir a través de


SequenceTimeNode.NextAction Property

Next Action.Represents the attribte in schema: nextAc

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

Syntax

'Declaración
<SchemaAttrAttribute(, "nextAc")> _
Public Property NextAction As EnumValue(Of NextActionValues)
    Get
    Set
'Uso
Dim instance As SequenceTimeNode
Dim value As EnumValue(Of NextActionValues)

value = instance.NextAction

instance.NextAction = value
[SchemaAttrAttribute(, "nextAc")]
public EnumValue<NextActionValues> NextAction { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<NextActionValues>
Returns EnumValue<T>.

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.

See Also

Reference

SequenceTimeNode Class

SequenceTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace