API Reference
Class
PowerPointAnimationNode
Typed read-only projection of one animation/timing node.
Inheritance
- Object
- PowerPointAnimationNode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointAnimationReport.Nodes
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 SlideNumber { get; } #1-based slide number.
public PowerPointAnimationKind Kind { get; } #Detected animation kind.
public String ElementName { get; } #Original OOXML local element name.
public String TimingId { get; } #Common timing node identifier.
public Nullable<UInt32> ShapeId { get; } #Target shape identifier.
public String ShapeName { get; } #Resolved target shape name.
public String Trigger { get; } #Detected trigger event.
public String Delay { get; } #Authored delay value.
public String Duration { get; } #Authored duration value.
public String PresetClass { get; } #PowerPoint preset class.
public String PresetId { get; } #PowerPoint preset identifier.
public String PresetSubtype { get; } #PowerPoint preset subtype.