MsoAnimateByLevel Enumeration

Specifies for charts, diagrams, or text, the level to which the animation effect will be applied. The default value is msoAnimateLevelNone.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("4290D45B-433A-452F-8402-447FD15187E0")> _
Public Enumeration MsoAnimateByLevel
'Usage
Dim instance As MsoAnimateByLevel
[GuidAttribute("4290D45B-433A-452F-8402-447FD15187E0")]
public enum MsoAnimateByLevel

Members

Member name Description
msoAnimateLevelMixed Animate level mixed.
msoAnimateLevelNone Animate level none.
msoAnimateTextByAllLevels Animate text by all levels.
msoAnimateTextByFirstLevel Animate text by first level.
msoAnimateTextBySecondLevel Animate text by second level.
msoAnimateTextByThirdLevel Animate text by third level.
msoAnimateTextByFourthLevel Animate text by fourth level.
msoAnimateTextByFifthLevel Animate text by fifth level.
msoAnimateChartAllAtOnce Animate chart all at once.
msoAnimateChartByCategory Animate chart by category.
msoAnimateChartByCategoryElements Animate chart by category elements.
msoAnimateChartBySeries Animate chart by series.
msoAnimateChartBySeriesElements Animate chart by series elements.
msoAnimateDiagramAllAtOnce Animate diagram all at once.
msoAnimateDiagramDepthByNode Animate diagram depth by node.
msoAnimateDiagramDepthByBranch Animate diagram depth by branch.
msoAnimateDiagramBreadthByNode Animate diagram breadth by node.
msoAnimateDiagramBreadthByLevel Animate diagram breadth by level.
msoAnimateDiagramClockwise Animate diagram clockwise.
msoAnimateDiagramClockwiseIn Animate diagram clockwise in.
msoAnimateDiagramClockwiseOut Animate diagram clockwise out.
msoAnimateDiagramCounterClockwise Animate diagram counter-clockwise.
msoAnimateDiagramCounterClockwiseIn Animate diagram counter-clockwise in.
msoAnimateDiagramCounterClockwiseOut Animate diagram counter-clockwise out.
msoAnimateDiagramInByRing Animate diagram in by ring.
msoAnimateDiagramOutByRing Animate diagram out by ring.
msoAnimateDiagramUp Animate diagram up.
msoAnimateDiagramDown Animate diagram down.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace