API Reference

Enum

PowerPointClassicAnimationBuildType

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

Specifies how a shape, text body, or chart is built.

Inheritance

  • Enum
  • PowerPointClassicAnimationBuildType

Usage

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

Values

public const PowerPointClassicAnimationBuildType None #

No animation build.

Value: 0
public const PowerPointClassicAnimationBuildType AsOneObject #

Animate as one object.

Value: 1
public const PowerPointClassicAnimationBuildType ByLevel1Paragraph #

Animate paragraphs through level 1 separately.

Value: 2
public const PowerPointClassicAnimationBuildType ByLevel2Paragraph #

Animate paragraphs through level 2 separately.

Value: 3
public const PowerPointClassicAnimationBuildType ByLevel3Paragraph #

Animate paragraphs through level 3 separately.

Value: 4
public const PowerPointClassicAnimationBuildType ByLevel4Paragraph #

Animate paragraphs through level 4 separately.

Value: 5
public const PowerPointClassicAnimationBuildType ByLevel5Paragraph #

Animate paragraphs through level 5 separately.

Value: 6
public const PowerPointClassicAnimationBuildType ChartBySeries #

Animate chart series separately.

Value: 7
public const PowerPointClassicAnimationBuildType ChartByCategory #

Animate chart categories separately.

Value: 8
public const PowerPointClassicAnimationBuildType ChartByElementInSeries #

Animate chart elements in series order.

Value: 9
public const PowerPointClassicAnimationBuildType ChartByElementInCategory #

Animate chart elements in category order.

Value: 10
public const PowerPointClassicAnimationBuildType FollowMaster #

Follow the corresponding master placeholder.

Value: 254