Beispiel #1
0
        public NetOffice.PowerPointApi.Design Clone(NetOffice.PowerPointApi.Design pOriginal)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pOriginal);
            object   returnItem  = Invoker.MethodReturn(this, "Clone", paramsArray);

            NetOffice.PowerPointApi.Design newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Design.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Design;
            return(newObject);
        }
Beispiel #2
0
        public NetOffice.PowerPointApi.Design Load(string templateName)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(templateName);
            object   returnItem  = Invoker.MethodReturn(this, "Load", paramsArray);

            NetOffice.PowerPointApi.Design newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Design.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Design;
            return(newObject);
        }
Beispiel #3
0
        public NetOffice.PowerPointApi.Design Add(string designName, Int32 index)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(designName, index);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.PowerPointApi.Design newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Design.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Design;
            return(newObject);
        }
Beispiel #4
0
 public NetOffice.PowerPointApi.Design this[object index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.Design newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Design.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Design;
         return(newObject);
     }
 }
Beispiel #5
0
 public NetOffice.PowerPointApi.Design Clone(NetOffice.PowerPointApi.Design pOriginal)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Design>(this, "Clone", NetOffice.PowerPointApi.Design.LateBindingApiWrapperType, pOriginal));
 }