using System; using System.Collections.Generic; using System.Text; namespace HTEXLib { public class Math : Item { public string content { get; set; } public Fill fill { get; set; } public Border border { get; set; } } }