Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/structure-of-a-presentationml-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Using the Open XML SDK 2.5, you can create document structure and content that u

| **Package Part** | **Top Level PresentationML Element** | **Open XML SDK 2.5 Class** | **Description**\* |
|-------------------------|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Presentation | \<presentation\> | [Presentation](dotnet/api/documentformat.openxml.presentation/presentation.xml) | The root element for the Presentation part. This element specifies within it fundamental presentation-wide properties. |
| Presentation | \<presentation\> | [Presentation](https://docs.microsoft.com/dotnet/api/documentformat.openxml.presentation.presentation?view=openxml-2.8.1) | The root element for the Presentation part. This element specifies within it fundamental presentation-wide properties. |
| Presentation Properties | \<presentationPr\> | [PresentationProperties](https://docs.microsoft.com/dotnet/api/documentformat.openxml.presentation.presentationproperties?view=openxml-2.8.1) | The root element for the Presentation Properties part. This element functions as a parent element within which additional presentation-wide document properties are contained. |
| Slide Master | \<sldMaster\> | [SlideMaster](https://docs.microsoft.com/dotnet/api/documentformat.openxml.presentation.slidemaster?view=openxml-2.8.1) | The root element for the Slide Master part. Within a slide master slide are contained all elements that describe the objects and their corresponding formatting for within a presentation slide. For more information, see [Working with slide masters (Open XML SDK)](working-with-slide-masters.md). |
| Slide Layout | \<sldLayout\> | [SlideLayout](https://docs.microsoft.com/dotnet/api/documentformat.openxml.presentation.slidelayout?view=openxml-2.8.1) | The root element for the Slide Layout part. This element specifies the relationship information for each slide layout that is used within the slide master. For more information, see [Working with slide layouts (Open XML SDK)](working-with-slide-layouts.md). |
Expand Down