using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; namespace TEAMModelOS.SDK.Module.PowerPointX.Model { public class PPTXTable : PPTXPosition { public string Type { get; set; } public int Row { get; } public int Cell { get; } } }