|
@@ -14,6 +14,10 @@ namespace TEAMModelOS.Service.Models.PowerPoint.Inner
|
|
|
public Dictionary<string, Dictionary<string, string>> slideResObj { get; set; }
|
|
|
public Dictionary<string, Dictionary<string, string>> layoutResObj { get; set; }
|
|
|
public Dictionary<string, Dictionary<string, string>> masterResObj { get; set; }
|
|
|
+ public XmlNode slideLayoutContent { get; set; }
|
|
|
+ public XmlNode slideMasterContent { get; set; }
|
|
|
+ public XmlNode themeContent { get; set; }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|