PresentationPart

PresentationPart — Aspose.Slides FOSS C# (.NET) API Reference

PresentationPart — PresentationPart API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
MasterReferencesList<MasterReference>Read/Write
ElementTreeXElement?Read/Write
SlideReferencesList<SlideReference>Read/Write
SlideCountintRead/Write

Methods

MethodReturnsDescription
Load()void
ParseSlides()void
ParseMasters()void
GetSlideRefById(int slideId)voidThe matching , or null if not found.
GetSlideRefByRelId(string relId)voidThe matching , or null if not found.
GetNextSlideId()void
GetNextMasterId()void
AddMasterReference(string relId, int? masterId)voidThe created .
AddSlideReference(string relId, int? slideId, int index)voidThe created .
RemoveSlideReference(int slideId)voidtrue if removed, false if not found.
GetSlideSize()voidA tuple of (width, height) in EMUs.
GetNotesSize()voidA tuple of (width, height) in EMUs.
SetNotesSize(int cx, int cy)voidHeight in EMUs.
GetFirstSlideNumber()voidThe first slide number, defaulting to 1.
SetFirstSlideNumber(int number)voidThe first slide number.
Save()void

See Also