API Reference
Class
LegacyPptSpecialMaster
Represents a notes or handout master referenced by the binary document atom.
Inheritance
- Object
- LegacyPptSpecialMaster
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 LegacyPptPresentation.HandoutMaster
- Property LegacyPptPresentation.NotesMaster
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public LegacyPptSpecialMasterKind Kind { get; } #Gets whether this is the notes or handout master.
public UInt32 PersistId { get; } #Gets the persist object id referenced by the document atom.
public LegacyPptColorScheme ColorScheme { get; set; } #Gets the color scheme stored on this master.
public LegacyPptRoundTripTheme RoundTripTheme { get; set; } #Gets the DrawingML theme stored in PowerPoint 2007+ round-trip records.
public LegacyPptBackground Background { get; set; } #Gets the explicit OfficeArt background shape stored on this master.
public IReadOnlyList<LegacyPptShape> Shapes { get; } #Gets the projected shapes in drawing order.
public IReadOnlyList<LegacyPptConnectorRule> ConnectorRules { get; } #Gets OfficeArt connector attachment rules in solver order.