Пример #1
0
        public NetOffice.PowerPointApi.TabStop Add(NetOffice.PowerPointApi.Enums.PpTabStopType type, Single position)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type, position);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.PowerPointApi.TabStop newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.TabStop.LateBindingApiWrapperType) as NetOffice.PowerPointApi.TabStop;
            return(newObject);
        }
Пример #2
0
 public NetOffice.PowerPointApi.TabStop Add(NetOffice.PowerPointApi.Enums.PpTabStopType type, Single position)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.TabStop>(this, "Add", typeof(NetOffice.PowerPointApi.TabStop), type, position));
 }
Пример #3
0
 public NetOffice.PowerPointApi.TabStop Add(NetOffice.PowerPointApi.Enums.PpTabStopType type, Single position)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.TabStop>(this, "Add", NetOffice.PowerPointApi.TabStop.LateBindingApiWrapperType, type, position));
 }