Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Determines whether the background will be animated separately from, or in addition to, its accompanying text. Returns an Effect object representing the newly-modified animation effect.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function ConvertToAnimateBackground ( _
Effect As Effect, _
AnimateBackground As MsoTriState _
) As Effect
'Usage
Dim instance As Sequence
Dim Effect As Effect
Dim AnimateBackground As MsoTriState
Dim returnValue As Effect
returnValue = instance.ConvertToAnimateBackground(Effect, _
AnimateBackground)
Effect ConvertToAnimateBackground(
Effect Effect,
MsoTriState AnimateBackground
)
Parameters
- Effect
Type: Microsoft.Office.Interop.PowerPoint.Effect
The animation effect to be applied to the background.
- AnimateBackground
Type: Microsoft.Office.Core.MsoTriState
Determines whether the text will be animated separately from the background.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Effect