public ItemObject(string name, object o, PptType type)
 {
     this.name = name;
     this.o = o;
     this.type = type;
 }
Exemple #2
0
 public void addSingleNode(PptType pt)
 {
     oxml.Path.Add(new OfficeElement(pt.ToString(), "0"));
 }