Ejemplo n.º 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);
        }
Ejemplo n.º 2
0
 public NetOffice.PowerPointApi.TabStop this[Int32 index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.TabStop newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.TabStop.LateBindingApiWrapperType) as NetOffice.PowerPointApi.TabStop;
         return(newObject);
     }
 }