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

NotesSlidePart — NotesSlidePart API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
PartNamestringRead/Write
NamestringRead/Write

Methods

MethodReturnsDescription
Load()void
GetSpTree()voidThe spTree element, or null if not found.
FindPlaceholder(string phType)voidThe p:sp element, or null if not found.
GetNotesTxbody()voidThe txBody element of the body placeholder, or null.
HasPlaceholder(string phType)voidtrue if the placeholder exists; otherwise, false.
RemovePlaceholder(string phType)voidThe placeholder type string to remove.
AddPlaceholder(string phType)voidThe placeholder type string to add.
BuildPlaceholderShape(string phType, int shapeId)voidA new p:sp element.
SetPlaceholderText(string phType, string text)voidThe text to set.
Save()void
ResolveTarget(string target)voidThe resolved absolute part name.
ComputeRelativeTarget(string fromPart, string toPart)voidA relative path string.
BuildNotesXml()voidUTF-8 encoded XML bytes.

See Also