Esempio n. 1
0
 public NetOffice.PowerPointApi.Effect ConvertToTextUnitEffect(NetOffice.PowerPointApi.Effect effect, NetOffice.PowerPointApi.Enums.MsoAnimTextUnitEffect unitEffect)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Effect>(this, "ConvertToTextUnitEffect", typeof(NetOffice.PowerPointApi.Effect), effect, unitEffect));
 }
Esempio n. 2
0
 public NetOffice.PowerPointApi.Effect ConvertToAnimateInReverse(NetOffice.PowerPointApi.Effect effect, NetOffice.OfficeApi.Enums.MsoTriState animateInReverse)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Effect>(this, "ConvertToAnimateInReverse", typeof(NetOffice.PowerPointApi.Effect), effect, animateInReverse));
 }
Esempio n. 3
0
 public NetOffice.PowerPointApi.Effect ConvertToAfterEffect(NetOffice.PowerPointApi.Effect effect, NetOffice.PowerPointApi.Enums.MsoAnimAfterEffect after, object dimColor)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Effect>(this, "ConvertToAfterEffect", typeof(NetOffice.PowerPointApi.Effect), effect, after, dimColor));
 }
Esempio n. 4
0
 public NetOffice.PowerPointApi.Effect ConvertToBuildLevel(NetOffice.PowerPointApi.Effect effect, NetOffice.PowerPointApi.Enums.MsoAnimateByLevel level)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Effect>(this, "ConvertToBuildLevel", typeof(NetOffice.PowerPointApi.Effect), effect, level));
 }
Esempio n. 5
0
 public NetOffice.PowerPointApi.Effect Clone(NetOffice.PowerPointApi.Effect effect)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Effect>(this, "Clone", typeof(NetOffice.PowerPointApi.Effect), effect));
 }
Esempio n. 6
0
 public void MoveAfter(NetOffice.PowerPointApi.Effect effect)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MoveAfter", effect);
 }