API Reference
LegacyPptTransition
Represents a complete SlideShowSlideInfoAtom.
Inheritance
- Object
- LegacyPptTransition
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 LegacyPptSlide.Transition
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 SlideTimeMilliseconds { get; } #Gets the automatic-advance delay in milliseconds.
public UInt32 SoundId { get; } #Gets the referenced transition-sound identifier.
public Byte EffectDirection { get; } #Gets the effect-specific direction or variant byte.
public Byte RawEffectType { get; } #Gets the raw legacy effect type.
public Nullable<LegacyPptTransitionEffect> Effect { get; } #Gets the typed legacy effect, or null when undefined.
public UInt16 RawFlags { get; } #Gets the complete transition flags field.
public Byte Speed { get; } #Gets the raw speed value: 0 slow, 1 medium, or 2 fast.
public Boolean ManualAdvance { get; } #Gets whether clicking can advance the slide.
public Boolean PlaySound { get; } #Gets whether the referenced transition sound is played.
public Boolean LoopSound { get; } #Gets whether the transition sound loops.
public Boolean StopSound { get; } #Gets whether a currently playing sound is stopped.
public Boolean AutoAdvance { get; } #Gets whether the slide automatically advances.
public Boolean CursorVisible { get; } #Gets whether the cursor is visible during the slide show.