NotesSlidePart

General

NotesSlidePart és una classe en Aspose.Slides per NET.

Gestiona una part XML de diapositives d’anotades (ppt/notesSlides/notesSlideN.xml). Ofereix accés al text i la gestió del marcador de lloc de les notes.

Propietats

NameTypeAccessDescription
PartNamestringReadGets or sets the part name of the notes slide
NamestringRead/Write

Mètodes

SignatureDescription
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.
 Català