using System; using System.Collections.Generic; namespace ClosedXML.Excel { public interface IXLRichText : IXLFormattedText<IXLRichText> { } }