예제 #1
0
        public NetOffice.PowerPointApi.Enums.PpAlertButton RunCharacterAlert(string text, NetOffice.PowerPointApi.Enums.PpAlertType type, NetOffice.PowerPointApi.Enums.PpAlertIcon icon)
        {
            object[] paramsArray   = Invoker.ValidateParamsArray(text, type, icon);
            object   returnItem    = Invoker.MethodReturn(this, "RunCharacterAlert", paramsArray);
            int      intReturnItem = NetRuntimeSystem.Convert.ToInt32(returnItem);

            return((NetOffice.PowerPointApi.Enums.PpAlertButton)intReturnItem);
        }
예제 #2
0
 public NetOffice.PowerPointApi.Enums.PpAlertButton RunCharacterAlert(string text, NetOffice.PowerPointApi.Enums.PpAlertType type, NetOffice.PowerPointApi.Enums.PpAlertIcon icon)
 {
     return(Factory.ExecuteEnumMethodGet <NetOffice.PowerPointApi.Enums.PpAlertButton>(this, "RunCharacterAlert", text, type, icon));
 }
예제 #3
0
 public NetOffice.PowerPointApi.Enums.PpAlertButton RunCharacterAlert(string text, NetOffice.PowerPointApi.Enums.PpAlertType type, NetOffice.PowerPointApi.Enums.PpAlertIcon icon, object parentWindow)
 {
     return(InvokerService.InvokeInternal.ExecuteEnumMethodGet <NetOffice.PowerPointApi.Enums.PpAlertButton>(this, "RunCharacterAlert", text, type, icon, parentWindow));
 }