Share via


SequenceTimeNode.PreviousAction Property

Definition

Previous Action

Represents the following attribute in the schema: prevAc

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

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 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.

Applies to