Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constants that specify the paragraph level by which text effects are animated, passed to and returned by the TextLevelEffect property of the AnimationSettings object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("EFCD481C-B00B-4718-A6FF-51D98493EE88")> _
Public Enumeration PpTextLevelEffect
'Usage
Dim instance As PpTextLevelEffect
[GuidAttribute("EFCD481C-B00B-4718-A6FF-51D98493EE88")]
public enum PpTextLevelEffect
Members
Member name | Description | |
---|---|---|
ppAnimateLevelMixed | Mixed level. | |
ppAnimateLevelNone | No level. | |
ppAnimateByFirstLevel | By first level. | |
ppAnimateBySecondLevel | By second level. | |
ppAnimateByThirdLevel | By third level. | |
ppAnimateByFourthLevel | By fourth level. | |
ppAnimateByFifthLevel | By fifth level. | |
ppAnimateByAllLevels | By all levels. |