PresentationPart — Aspose.Slides FOSS C# (.NET) API Reference
PresentationPart — PresentationPart API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
MasterReferences | List<MasterReference> | Read/Write | |
ElementTree | XElement? | Read/Write | |
SlideReferences | List<SlideReference> | Read/Write | |
SlideCount | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Load() | void | |
ParseSlides() | void | |
ParseMasters() | void | |
GetSlideRefById(int slideId) | void | The matching , or null if not found. |
GetSlideRefByRelId(string relId) | void | The matching , or null if not found. |
GetNextSlideId() | void | |
GetNextMasterId() | void | |
AddMasterReference(string relId, int? masterId) | void | The created . |
AddSlideReference(string relId, int? slideId, int index) | void | The created . |
RemoveSlideReference(int slideId) | void | true if removed, false if not found. |
GetSlideSize() | void | A tuple of (width, height) in EMUs. |
GetNotesSize() | void | A tuple of (width, height) in EMUs. |
SetNotesSize(int cx, int cy) | void | Height in EMUs. |
GetFirstSlideNumber() | void | The first slide number, defaulting to 1. |
SetFirstSlideNumber(int number) | void | The first slide number. |
Save() | void |