using Microsoft.Office.Tools.Word; namespace AIProofread.Model { public class InsertMarkData { public Bookmark Mark { get; set; } public int InsertLength { get; set; } } }