public static void Paste(string p_itemName)
 {
     WordProcessingMergerPINVOKE.Paste(p_itemName);
     if (WordProcessingMergerPINVOKE.SWIGPendingException.Pending)
     {
         throw WordProcessingMergerPINVOKE.SWIGPendingException.Retrieve();
     }
 }