using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.Test.PPTX.PresentationElement { public class Element { public Position position{get;set;} public List<Content> contents { get; set; } public List<> } }