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

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