API Reference

Class

LegacyPptNotesPage

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents one notes page associated with a binary presentation slide.

Inheritance

  • Object
  • LegacyPptNotesPage

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

Properties

public UInt32 NotesId { get; } #

Gets the notes identifier referenced by the owning SlideAtom.

public UInt32 PersistId { get; } #

Gets the persist object identifier for the NotesContainer.

public UInt32 SlideId { get; } #

Gets the presentation-slide identifier referenced by the NotesAtom.

public Boolean FollowsMasterObjects { get; set; } #

Gets whether the notes page inherits shapes from the notes master.

public Boolean FollowsMasterColorScheme { get; set; } #

Gets whether the notes page inherits the notes-master color scheme.

public Boolean FollowsMasterBackground { get; set; } #

Gets whether the notes page inherits the notes-master background.

public LegacyPptColorScheme ColorScheme { get; set; } #

Gets the color scheme stored on this notes page.

public LegacyPptRoundTripTheme RoundTripTheme { get; set; } #

Gets the DrawingML theme override stored in PowerPoint 2007+ round-trip records.

public LegacyPptBackground Background { get; set; } #

Gets the explicit OfficeArt background shape stored on this notes page.

public IReadOnlyList<LegacyPptShape> Shapes { get; } #

Gets the decoded notes-page shapes in drawing order.

public IReadOnlyList<LegacyPptConnectorRule> ConnectorRules { get; } #

Gets OfficeArt connector attachment rules in solver order.

public String Text { get; set; } #

Gets the flattened editable speaker-note body text.