API Reference
Class
PowerPointNotes
Represents notes for a slide.
Inheritance
- Object
- PowerPointNotes
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointSlide.Notes
Methods
public IReadOnlyList<PowerPointParagraph> SetParagraphs(IEnumerable<String> paragraphs) #Returns:
IReadOnlyList<PowerPointParagraph>Replaces the speaker notes with paragraphs that can be further styled through their typed runs.
Parameters
- paragraphs System.Collections.Generic.IEnumerable{System.String}
public Boolean TryGetExistingText(out String text) #Returns:
BooleanTries to read speaker notes that already exist without creating a notes part.
Parameters
- text System.String@
- The existing speaker-notes text, or an empty string when none exists.
Returns
true when non-empty speaker notes were found.
public Boolean TryGetText(out String text) #Returns:
BooleanReads existing speaker notes without creating notes or notes-master parts when none exist.
Parameters
- text System.String@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object