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