API Reference

Enum

LegacyPptTextBuildSubEffect

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies how text is subdivided within a legacy animation build.

Inheritance

  • Enum
  • LegacyPptTextBuildSubEffect

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyPptTextBuildSubEffect AllAtOnce #

Animate the selected text at once.

Value: 0
public const LegacyPptTextBuildSubEffect ByWord #

Animate word by word.

Value: 1
public const LegacyPptTextBuildSubEffect ByCharacter #

Animate character by character.

Value: 2