コード例 #1
0
 public static void SetCodePage(string p_codePage)
 {
     WordProcessingMergerPINVOKE.SetCodePage(p_codePage);
     if (WordProcessingMergerPINVOKE.SWIGPendingException.Pending)
     {
         throw WordProcessingMergerPINVOKE.SWIGPendingException.Retrieve();
     }
 }