using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.Test.PPTX.PresentationElement { public class HtexTable : HtexPosition { public string Type { get; set; } public int Row { get; } public int Cell { get; } } }