Ejemplo n.º 1
0
        public NetOffice.PowerPointApi.Guide Add(NetOffice.PowerPointApi.Enums.PpGuideOrientation orientation, Single position)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(orientation, position);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.PowerPointApi.Guide newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Guide.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Guide;
            return(newObject);
        }
Ejemplo n.º 2
0
 public NetOffice.PowerPointApi.Guide Add(NetOffice.PowerPointApi.Enums.PpGuideOrientation orientation, Single position)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Guide>(this, "Add", NetOffice.PowerPointApi.Guide.LateBindingApiWrapperType, orientation, position));
 }
Ejemplo n.º 3
0
 public NetOffice.PowerPointApi.Guide Add(NetOffice.PowerPointApi.Enums.PpGuideOrientation orientation, Single position)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Guide>(this, "Add", typeof(NetOffice.PowerPointApi.Guide), orientation, position));
 }