API Reference

Enum

PowerPointClassicTextBuild

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

Specifies how text is subdivided within a classic animation.

Inheritance

  • Enum
  • PowerPointClassicTextBuild

Usage

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

Values

public const PowerPointClassicTextBuild AllAtOnce #

Animate the text at once.

Value: 0
public const PowerPointClassicTextBuild ByWord #

Animate word by word.

Value: 1
public const PowerPointClassicTextBuild ByCharacter #

Animate character by character.

Value: 2