Skip to content

Commit e16e5ab

Browse files
Update README.md
1 parent af1efef commit e16e5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This example creates a presentation with three slides and populates them with co
3333
SlideMaster slideMaster = presentation.SlideMasters[0];
3434
```
3535

36-
* To create a slide, initialize `Slide` objects and add them to the `Presentation.Slides` collection. For each slide, specify the layout type in the `Slide` constructor parameters. In this example, slides get a predefined layout from a slide master. To obtain a layout from the `SlideMaster.Layouts`, you can call `Get` or `GetOrCreate` method.
36+
* To create a slide, initialize `Slide` objects and add them to the `Presentation.Slides` collection. For each slide, specify the layout type in the `Slide` constructor parameters. In this example, slides get a predefined layout from a slide master. To obtain a layout from the `SlideMaster.Layouts`, you can call the `Get` or `GetOrCreate` method.
3737

3838
```cs
3939
Slide slide1 = new Slide(slideMaster.Layouts.Get(SlideLayoutType.Title));

0 commit comments

Comments
 (0)