예제 #1
0
        public NetOffice.PowerPointApi.Slide AddSlide(Int32 index, NetOffice.PowerPointApi.CustomLayout pCustomLayout)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(index, pCustomLayout);
            object   returnItem  = Invoker.MethodReturn(this, "AddSlide", paramsArray);

            NetOffice.PowerPointApi.Slide newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Slide.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Slide;
            return(newObject);
        }
예제 #2
0
        public NetOffice.PowerPointApi.CustomLayout Duplicate()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "Duplicate", paramsArray);

            NetOffice.PowerPointApi.CustomLayout newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.CustomLayout.LateBindingApiWrapperType) as NetOffice.PowerPointApi.CustomLayout;
            return(newObject);
        }
예제 #3
0
        public NetOffice.PowerPointApi.CustomLayout Paste(object index)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(index);
            object   returnItem  = Invoker.MethodReturn(this, "Paste", paramsArray);

            NetOffice.PowerPointApi.CustomLayout newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.CustomLayout.LateBindingApiWrapperType) as NetOffice.PowerPointApi.CustomLayout;
            return(newObject);
        }
예제 #4
0
 public NetOffice.PowerPointApi.Slide AddSlide(Int32 index, NetOffice.PowerPointApi.CustomLayout pCustomLayout)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Slide>(this, "AddSlide", NetOffice.PowerPointApi.Slide.LateBindingApiWrapperType, index, pCustomLayout));
 }