Пример #1
0
 public NetOffice.WordApi.Zoom this[NetOffice.WordApi.Enums.WdViewType index]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.Zoom>(this, "Item", NetOffice.WordApi.Zoom.LateBindingApiWrapperType, index));
     }
 }
Пример #2
0
 public virtual NetOffice.WordApi.Zoom this[NetOffice.WordApi.Enums.WdViewType index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.Zoom>(this, "Item", typeof(NetOffice.WordApi.Zoom), index));
     }
 }
Пример #3
0
 public NetOffice.WordApi.Zoom this[NetOffice.WordApi.Enums.WdViewType index]
 {
     get
     {
         object[] paramsArray             = Invoker.ValidateParamsArray(index);
         object   returnItem              = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.WordApi.Zoom newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.Zoom.LateBindingApiWrapperType) as NetOffice.WordApi.Zoom;
         return(newObject);
     }
 }