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