Exemplo n.º 1
0
 public void SetPresetCamera(NetOffice.OfficeApi.Enums.MsoPresetCamera presetCamera)
 {
     Factory.ExecuteMethod(this, "SetPresetCamera", presetCamera);
 }
Exemplo n.º 2
0
 public void SetPresetCamera(NetOffice.OfficeApi.Enums.MsoPresetCamera presetCamera)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(presetCamera);
     Invoker.Method(this, "SetPresetCamera", paramsArray);
 }
Exemplo n.º 3
0
 public virtual void SetPresetCamera(NetOffice.OfficeApi.Enums.MsoPresetCamera presetCamera)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SetPresetCamera", presetCamera);
 }