public static char GetNumFracSep()
        {
            char ret = WordProcessingMergerPINVOKE.GetNumFracSep();

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