API Reference
Enum
LegacyPptAnimationBuildType
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.
Returned or exposed by
- Property LegacyPptAnimation.BuildType
- Field LegacyPptAnimationBuildType.AsOneObject
- Field LegacyPptAnimationBuildType.ByLevel1Paragraph
- Field LegacyPptAnimationBuildType.ByLevel2Paragraph
- Field LegacyPptAnimationBuildType.ByLevel3Paragraph
- Field LegacyPptAnimationBuildType.ByLevel4Paragraph
- Field LegacyPptAnimationBuildType.ByLevel5Paragraph
- Field LegacyPptAnimationBuildType.ChartByCategory
- Field LegacyPptAnimationBuildType.ChartByElementInCategory
- Field LegacyPptAnimationBuildType.ChartByElementInSeries
- Field LegacyPptAnimationBuildType.ChartBySeries
- Field LegacyPptAnimationBuildType.FollowMaster
- Field LegacyPptAnimationBuildType.None
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyPptAnimationBuildType ByLevel1Paragraph #Paragraphs through level 1 animate separately.
Value:
2public const LegacyPptAnimationBuildType ByLevel2Paragraph #Paragraphs through level 2 animate separately.
Value:
3public const LegacyPptAnimationBuildType ByLevel3Paragraph #Paragraphs through level 3 animate separately.
Value:
4public const LegacyPptAnimationBuildType ByLevel4Paragraph #Paragraphs through level 4 animate separately.
Value:
5public const LegacyPptAnimationBuildType ByLevel5Paragraph #Paragraphs through level 5 animate separately.
Value:
6public const LegacyPptAnimationBuildType ChartByCategory #Chart categories animate separately.
Value:
8public const LegacyPptAnimationBuildType ChartByElementInSeries #Chart elements animate in series order.
Value:
9public const LegacyPptAnimationBuildType ChartByElementInCategory #Chart elements animate in category order.
Value:
10public const LegacyPptAnimationBuildType FollowMaster #A placeholder follows its master animation build.
Value:
254