예제 #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);
 }