namespace ToolsOffice.Interfaces { /// /// Возможные шрифты /// public enum FontNames { TimesNewRoman = 0 } }