SequenceTimeNode.PreviousAction Property
Previous Action.Represents the attribte in schema: prevAc
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "prevAc")> _
Public Property PreviousAction As EnumValue(Of PreviousActionValues)
Get
Set
'Uso
Dim instance As SequenceTimeNode
Dim value As EnumValue(Of PreviousActionValues)
value = instance.PreviousAction
instance.PreviousAction = value
[SchemaAttrAttribute(, "prevAc")]
public EnumValue<PreviousActionValues> PreviousAction { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PreviousActionValues>
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 backwards in a sequence. By default it is set to none and nothing special is done. When the value is skipTimed, the sequence will continue to go backwards until it reaches a sequence element that was defined to begin only on the next condition element.
The possible values for this attribute are defined by the ST_TLPreviousActionType simple type.