Esempio n. 1
0
 public Shape(PowerPoint.Shape shape)
 {
     this.shape = shape;
     this.tags  = new PowerPointTags(this.shape);
 }
Esempio n. 2
0
 public Shape(PowerPoint.Shape shape)
 {
     this.shape = shape;
     this.tags = new PowerPointTags(this.shape);
 }
Esempio n. 3
0
 public Presentation(PowerPoint.Presentation presentation)
 {
     this.presentation = presentation;
     this.tags = new PowerPointTags(this.presentation);
     this.properties = new DocumentProperty(this.presentation);
 }
Esempio n. 4
0
 public Presentation(PowerPoint.Presentation presentation)
 {
     this.presentation = presentation;
     this.tags         = new PowerPointTags(this.presentation);
     this.properties   = new DocumentProperty(this.presentation);
 }
Esempio n. 5
0
 public Presentation(PowerPoint.Presentation presentation)
 {
     this.presentation = presentation;
     this.tags         = new PowerPointTags(this.presentation);
 }
Esempio n. 6
0
 public Slide(PowerPoint.Slide slide)
 {
     this.slide = slide;
     this.tags  = new PowerPointTags(this.slide);
 }
Esempio n. 7
0
 public Slide(PowerPoint.Slide slide)
 {
     this.slide = slide;
     this.tags = new PowerPointTags(this.slide);
 }