TimeNodeValues 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.
Time Node Type
public enum TimeNodeValues
public readonly struct TimeNodeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.TimeNodeValues>, IEquatable<DocumentFormat.OpenXml.Presentation.TimeNodeValues>
type TimeNodeValues =
type TimeNodeValues = struct
interface IEnumValue
interface IEnumValueFactory<TimeNodeValues>
Public Enum TimeNodeValues
Public Structure TimeNodeValues
Implements IEnumValue, IEnumValueFactory(Of TimeNodeValues), IEquatable(Of TimeNodeValues)
- Inheritance
-
TimeNodeValues
- Inheritance
-
TimeNodeValues
Fields
Name | Value | Description |
---|---|---|
ClickEffect | 0 | Node Type Enum ( Click Effect ). When the item is serialized out as xml, its value is "clickEffect". |
WithEffect | 1 | Node Type Enum ( With Effect ). When the item is serialized out as xml, its value is "withEffect". |
AfterEffect | 2 | Node Type Enum ( After Effect ). When the item is serialized out as xml, its value is "afterEffect". |
MainSequence | 3 | Node Type Enum ( Main Sequence ). When the item is serialized out as xml, its value is "mainSeq". |
InteractiveSequence | 4 | Node Type Enum ( Interactive Sequence ). When the item is serialized out as xml, its value is "interactiveSeq". |
ClickParagraph | 5 | Node Type Enum ( Click Paragraph ). When the item is serialized out as xml, its value is "clickPar". |
WithGroup | 6 | Node Type Enum ( With Group ). When the item is serialized out as xml, its value is "withGroup". |
AfterGroup | 7 | Node Type Enum ( After Group ). When the item is serialized out as xml, its value is "afterGroup". |
TmingRoot | 8 | Node Type Enum ( Timing Root ). When the item is serialized out as xml, its value is "tmRoot". |
AfterEffect | Node Type Enum ( After Effect ). When the item is serialized out as xml, its value is "afterEffect". |
|
AfterGroup | Node Type Enum ( After Group ). When the item is serialized out as xml, its value is "afterGroup". |
|
ClickEffect | Node Type Enum ( Click Effect ). When the item is serialized out as xml, its value is "clickEffect". |
|
ClickParagraph | Node Type Enum ( Click Paragraph ). When the item is serialized out as xml, its value is "clickPar". |
|
Equality(TimeNodeValues, TimeNodeValues) | ||
Equals(Object) | ||
Equals(TimeNodeValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TimeNodeValues>.Create(String) | ||
Inequality(TimeNodeValues, TimeNodeValues) | ||
InteractiveSequence | Node Type Enum ( Interactive Sequence ). When the item is serialized out as xml, its value is "interactiveSeq". |
|
MainSequence | Node Type Enum ( Main Sequence ). When the item is serialized out as xml, its value is "mainSeq". |
|
TimeNodeValues(String) | Creates a new TimeNodeValues enum instance |
|
TmingRoot | Node Type Enum ( Timing Root ). When the item is serialized out as xml, its value is "tmRoot". |
|
ToString() | ||
WithEffect | Node Type Enum ( With Effect ). When the item is serialized out as xml, its value is "withEffect". |
|
WithGroup | Node Type Enum ( With Group ). When the item is serialized out as xml, its value is "withGroup". |