NotesSlidePart
Overview
NotesSlidePart is a class in Aspose.Slides FOSS for .NET.
Manages a notes slide XML part (ppt/notesSlides/notesSlideN.xml). Provides access to notes text and placeholder management.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PartName | string | Read | Gets or sets the part name of the notes slide |
Name | string | Read/Write |
Methods
| Signature | Description |
|---|---|
Load() | Loads and parses the notes slide XML from the package. |
GetSpTree() | The spTree element, or null if not found. |
FindPlaceholder(phType: string) | The p:sp element, or null if not found. |
GetNotesTxbody() | The txBody element of the body placeholder, or null. |
HasPlaceholder(phType: string) | true if the placeholder exists; otherwise, false. |
RemovePlaceholder(phType: string) | The placeholder type string to remove. |
AddPlaceholder(phType: string) | The placeholder type string to add. |
BuildPlaceholderShape(phType: string, shapeId: int) | A new p:sp element. |
SetPlaceholderText(phType: string, text: string) | The text to set. |
Save() | Saves the notes slide XML back to the package. |
ResolveTarget(target: string) | The resolved absolute part name. |
ComputeRelativeTarget(fromPart: string, toPart: string) | A relative path string. |
BuildNotesXml() | UTF-8 encoded XML bytes. |