using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; namespace TEAMModelOS.SDK.Module.PowerPointX.Model { public class PPTXConnector : PPTXPosition { /// ///连接线 p:cxnSp /// public string Type { get; set; } public string HeadEnd{ get; set; } public string TailEnd { get; set; } public string FillColor { get; set; } } }