public static void SetNumFracSep(char p_frac)
 {
     WordProcessingMergerPINVOKE.SetNumFracSep(p_frac);
     if (WordProcessingMergerPINVOKE.SWIGPendingException.Pending)
     {
         throw WordProcessingMergerPINVOKE.SWIGPendingException.Retrieve();
     }
 }