TriggerEventValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger Event
public enum TriggerEventValues
public readonly struct TriggerEventValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.TriggerEventValues>, IEquatable<DocumentFormat.OpenXml.Presentation.TriggerEventValues>
type TriggerEventValues =
type TriggerEventValues = struct
interface IEnumValue
interface IEnumValueFactory<TriggerEventValues>
Public Enum TriggerEventValues
Public Structure TriggerEventValues
Implements IEnumValue, IEnumValueFactory(Of TriggerEventValues), IEquatable(Of TriggerEventValues)
- Inheritance
-
TriggerEventValues
- Inheritance
-
TriggerEventValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | none. When the item is serialized out as xml, its value is "none". |
OnBegin | 1 | Trigger Event Enum ( On Begin ). When the item is serialized out as xml, its value is "onBegin". |
OnEnd | 2 | Trigger Event Enum ( On End ). When the item is serialized out as xml, its value is "onEnd". |
Begin | 3 | Trigger Event Enum ( Begin ). When the item is serialized out as xml, its value is "begin". |
End | 4 | Trigger Event Enum ( End ). When the item is serialized out as xml, its value is "end". |
OnClick | 5 | Trigger Event Enum ( On Click ). When the item is serialized out as xml, its value is "onClick". |
OnDoubleClick | 6 | Trigger Event Enum ( On Double Click ). When the item is serialized out as xml, its value is "onDblClick". |
OnMouseOver | 7 | Trigger Event Enum ( On Mouse Over ). When the item is serialized out as xml, its value is "onMouseOver". |
OnMouseOut | 8 | Trigger Event Enum ( On Mouse Out ). When the item is serialized out as xml, its value is "onMouseOut". |
OnNext | 9 | Trigger Event Enum ( On Next ). When the item is serialized out as xml, its value is "onNext". |
OnPrevious | 10 | Trigger Event Enum ( On Previous ). When the item is serialized out as xml, its value is "onPrev". |
OnStopAudio | 11 | Trigger Event Enum ( On Stop Audio ). When the item is serialized out as xml, its value is "onStopAudio". |
OnMediaBookmark | 12 | onMediaBookmark. When the item is serialized out as xml, its value is "onMediaBookmark". This item is only available in Office 2010 and later. |
Begin | Trigger Event Enum ( Begin ). When the item is serialized out as xml, its value is "begin". |
|
End | Trigger Event Enum ( End ). When the item is serialized out as xml, its value is "end". |
|
Equality(TriggerEventValues, TriggerEventValues) | ||
Equals(Object) | ||
Equals(TriggerEventValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TriggerEventValues>.Create(String) | ||
Inequality(TriggerEventValues, TriggerEventValues) | ||
None | none. When the item is serialized out as xml, its value is "none". |
|
OnBegin | Trigger Event Enum ( On Begin ). When the item is serialized out as xml, its value is "onBegin". |
|
OnClick | Trigger Event Enum ( On Click ). When the item is serialized out as xml, its value is "onClick". |
|
OnDoubleClick | Trigger Event Enum ( On Double Click ). When the item is serialized out as xml, its value is "onDblClick". |
|
OnEnd | Trigger Event Enum ( On End ). When the item is serialized out as xml, its value is "onEnd". |
|
OnMediaBookmark | onMediaBookmark. When the item is serialized out as xml, its value is "onMediaBookmark". This item is only available in Office 2010 and later. |
|
OnMouseOut | Trigger Event Enum ( On Mouse Out ). When the item is serialized out as xml, its value is "onMouseOut". |
|
OnMouseOver | Trigger Event Enum ( On Mouse Over ). When the item is serialized out as xml, its value is "onMouseOver". |
|
OnNext | Trigger Event Enum ( On Next ). When the item is serialized out as xml, its value is "onNext". |
|
OnPrevious | Trigger Event Enum ( On Previous ). When the item is serialized out as xml, its value is "onPrev". |
|
OnStopAudio | Trigger Event Enum ( On Stop Audio ). When the item is serialized out as xml, its value is "onStopAudio". |
|
ToString() | ||
TriggerEventValues(String) | Creates a new TriggerEventValues enum instance |