public static string GetMonthFullNames()
        {
            string ret = WordProcessingMergerPINVOKE.GetMonthFullNames();

            if (WordProcessingMergerPINVOKE.SWIGPendingException.Pending)
            {
                throw WordProcessingMergerPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }