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)); }
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)); }
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)); }
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)); }
public NetOffice.PowerPointApi.Effect Clone(NetOffice.PowerPointApi.Effect effect) { return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Effect>(this, "Clone", typeof(NetOffice.PowerPointApi.Effect), effect)); }
public void MoveAfter(NetOffice.PowerPointApi.Effect effect) { InvokerService.InvokeInternal.ExecuteMethod(this, "MoveAfter", effect); }