public static ushort GetYearOffset()
        {
            ushort ret = WordProcessingMergerPINVOKE.GetYearOffset();

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