PpTextUnitEffect Enumeration
Constants that specify how text-unit effects are animated, passed to and returned by the TextUnitEffect property of the AnimationSettings object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("9688FA96-8CF6-4642-8839-DD659D86C9B9")> _
Public Enumeration PpTextUnitEffect
'Usage
Dim instance As PpTextUnitEffect
[GuidAttribute("9688FA96-8CF6-4642-8839-DD659D86C9B9")]
public enum PpTextUnitEffect
Members
Member name | Description | |
---|---|---|
ppAnimateUnitMixed | Text-unit effects are animated in a mixed manner. | |
ppAnimateByParagraph | Text-unit effects are animated by paragraph. | |
ppAnimateByWord | Text-unit effects are animated by word. | |
ppAnimateByCharacter | Text-unit effects are animated by character. |