API Reference

Class

PowerPointNotes

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint

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

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} requiredposition: 0
public Boolean TryGetExistingText(out String text) #
Returns: Boolean

Tries to read speaker notes that already exist without creating a notes part.

Parameters

text System.String@ requiredposition: 0
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: Boolean

Reads existing speaker notes without creating notes or notes-master parts when none exist.

Parameters

text System.String@ requiredposition: 0

Properties

public String Text { get; set; } #

Gets or sets the notes text.

public IReadOnlyList<PowerPointParagraph> Paragraphs { get; } #

Gets the paragraphs in the existing speaker-notes text body without creating a notes part.