using NPOI.XWPF.UserModel; using System; using System.Collections.Generic; using System.Text; namespace Infrastructure.Word { public interface IWordTableResolver { Dictionary Resolve(XWPFTable table); } }