API Reference
Enum
PowerPointClassicAnimationBuildType
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.
Returned or exposed by
- Property PowerPointClassicAnimation.BuildType
- Field PowerPointClassicAnimationBuildType.AsOneObject
- Field PowerPointClassicAnimationBuildType.ByLevel1Paragraph
- Field PowerPointClassicAnimationBuildType.ByLevel2Paragraph
- Field PowerPointClassicAnimationBuildType.ByLevel3Paragraph
- Field PowerPointClassicAnimationBuildType.ByLevel4Paragraph
- Field PowerPointClassicAnimationBuildType.ByLevel5Paragraph
- Field PowerPointClassicAnimationBuildType.ChartByCategory
- Field PowerPointClassicAnimationBuildType.ChartByElementInCategory
- Field PowerPointClassicAnimationBuildType.ChartByElementInSeries
- Field PowerPointClassicAnimationBuildType.ChartBySeries
- Field PowerPointClassicAnimationBuildType.FollowMaster
- Field PowerPointClassicAnimationBuildType.None
- Property PowerPointClassicAnimationOptions.BuildType
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
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
- provider IFormatProvider
Values
public const PowerPointClassicAnimationBuildType ByLevel1Paragraph #Animate paragraphs through level 1 separately.
Value:
2public const PowerPointClassicAnimationBuildType ByLevel2Paragraph #Animate paragraphs through level 2 separately.
Value:
3public const PowerPointClassicAnimationBuildType ByLevel3Paragraph #Animate paragraphs through level 3 separately.
Value:
4public const PowerPointClassicAnimationBuildType ByLevel4Paragraph #Animate paragraphs through level 4 separately.
Value:
5public const PowerPointClassicAnimationBuildType ByLevel5Paragraph #Animate paragraphs through level 5 separately.
Value:
6public const PowerPointClassicAnimationBuildType ChartBySeries #Animate chart series separately.
Value:
7public const PowerPointClassicAnimationBuildType ChartByCategory #Animate chart categories separately.
Value:
8public const PowerPointClassicAnimationBuildType ChartByElementInSeries #Animate chart elements in series order.
Value:
9public const PowerPointClassicAnimationBuildType ChartByElementInCategory #Animate chart elements in category order.
Value:
10public const PowerPointClassicAnimationBuildType FollowMaster #Follow the corresponding master placeholder.
Value:
254