NotesSlidePart — Aspose.Slides FOSS C# (.NET) API Reference
NotesSlidePart — NotesSlidePart API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
PartName | string | Read/Write | |
Name | string | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Load() | void | |
GetSpTree() | void | The spTree element, or null if not found. |
FindPlaceholder(string phType) | void | The p:sp element, or null if not found. |
GetNotesTxbody() | void | The txBody element of the body placeholder, or null. |
HasPlaceholder(string phType) | void | true if the placeholder exists; otherwise, false. |
RemovePlaceholder(string phType) | void | The placeholder type string to remove. |
AddPlaceholder(string phType) | void | The placeholder type string to add. |
BuildPlaceholderShape(string phType, int shapeId) | void | A new p:sp element. |
SetPlaceholderText(string phType, string text) | void | The text to set. |
Save() | void | |
ResolveTarget(string target) | void | The resolved absolute part name. |
ComputeRelativeTarget(string fromPart, string toPart) | void | A relative path string. |
BuildNotesXml() | void | UTF-8 encoded XML bytes. |