API Reference

Enum

LegacyPptAnimationBuildType

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

Specifies how a legacy shape or its child content is built.

Inheritance

  • Enum
  • LegacyPptAnimationBuildType

Usage

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

Values

public const LegacyPptAnimationBuildType None #

The shape has no animation build.

Value: 0
public const LegacyPptAnimationBuildType AsOneObject #

The shape animates as one object.

Value: 1
public const LegacyPptAnimationBuildType ByLevel1Paragraph #

Paragraphs through level 1 animate separately.

Value: 2
public const LegacyPptAnimationBuildType ByLevel2Paragraph #

Paragraphs through level 2 animate separately.

Value: 3
public const LegacyPptAnimationBuildType ByLevel3Paragraph #

Paragraphs through level 3 animate separately.

Value: 4
public const LegacyPptAnimationBuildType ByLevel4Paragraph #

Paragraphs through level 4 animate separately.

Value: 5
public const LegacyPptAnimationBuildType ByLevel5Paragraph #

Paragraphs through level 5 animate separately.

Value: 6
public const LegacyPptAnimationBuildType ChartBySeries #

Chart series animate separately.

Value: 7
public const LegacyPptAnimationBuildType ChartByCategory #

Chart categories animate separately.

Value: 8
public const LegacyPptAnimationBuildType ChartByElementInSeries #

Chart elements animate in series order.

Value: 9
public const LegacyPptAnimationBuildType ChartByElementInCategory #

Chart elements animate in category order.

Value: 10
public const LegacyPptAnimationBuildType FollowMaster #

A placeholder follows its master animation build.

Value: 254