Esempio n. 1
0
        public NetOffice.PowerPointApi.PPDialog LoadDialog(string resourceDLL, Int32 nResID, NetOffice.OfficeApi.Enums.MsoTriState bModal, object parentWindow)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(resourceDLL, nResID, bModal, parentWindow);
            object   returnItem  = Invoker.MethodReturn(this, "LoadDialog", paramsArray);

            NetOffice.PowerPointApi.PPDialog newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PPDialog.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PPDialog;
            return(newObject);
        }
Esempio n. 2
0
        public NetOffice.PowerPointApi.PPDialog AddTabDialog(Single left, Single top, Single width, Single height, NetOffice.OfficeApi.Enums.MsoTriState modal, object parentWindow, NetOffice.PowerPointApi.Enums.PpDialogPositioning position)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(left, top, width, height, modal, parentWindow, position);
            object   returnItem  = Invoker.MethodReturn(this, "AddTabDialog", paramsArray);

            NetOffice.PowerPointApi.PPDialog newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PPDialog.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PPDialog;
            return(newObject);
        }
Esempio n. 3
0
        public NetOffice.PowerPointApi.PPDialog AddTabDialog(Single left, Single top, Single width, Single height)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(left, top, width, height);
            object   returnItem  = Invoker.MethodReturn(this, "AddTabDialog", paramsArray);

            NetOffice.PowerPointApi.PPDialog newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PPDialog.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PPDialog;
            return(newObject);
        }
Esempio n. 4
0
        public NetOffice.PowerPointApi.PPDialog AddDialog(Single left, Single top, Single width, Single height, object modal, object parentWindow, object position, object displayHelp)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(left, top, width, height, modal, parentWindow, position, displayHelp);
            object   returnItem  = Invoker.MethodReturn(this, "AddDialog", paramsArray);

            NetOffice.PowerPointApi.PPDialog newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PPDialog.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PPDialog;
            return(newObject);
        }
Esempio n. 5
0
 public NetOffice.PowerPointApi.PPDialog this[object index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.PPDialog newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PPDialog.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PPDialog;
         return(newObject);
     }
 }