Click or drag to resize

NotesSlide Class

Represents a notes slide in a presentation.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation ActiveSlide
Spire.Presentation NotesSlide

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class NotesSlide : ActiveSlide

The NotesSlide type exposes the following members.

Properties
Name Description
Public property DisplaySlideBackground
Gets slide's display background. Read only DisplaySlideBackground .
(Inherited from ActiveSlide .)
Public property Name
Gets or sets the name of a slide. Read/write String .
(Inherited from ActiveSlide .)
Public property NotesTextFrame
Gets a TextFrame with notes' text if there is one. Readonly TextFrameProperties .
Public property OleObjects
Returns the collection of Ole Objects on a slide. Read-only OleObjectCollection
(Inherited from ActiveSlide .)
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property Presentation (Inherited from ActiveSlide .)
Protected property ReferenceCount (Inherited from PptObject .)
Public property Shapes
Gets the shapes of a slide. Read-only ShapeCollection .
(Inherited from ActiveSlide .)
Public property SlideBackground
Gets slide's background. Read only SlideBackground .
(Inherited from ActiveSlide .)
Public property SlideID
Gets the ID of a slide. Read-only UInt32 .
(Inherited from ActiveSlide .)
Public property SlideShowTransition
Gets the Transition object which contains information about how the specified slide advances during a slide show. Read-only SlideShowTransition .
(Inherited from ActiveSlide .)
Public property TagsList
Gets the slide's tags collection. Read-only TagCollection .
(Inherited from ActiveSlide .)
Public property Theme
Gets the theme object from master.
(Overrides ActiveSlide Theme .)
Public property Timeline
Gets animation timeline object. Read-only TimeLine .
(Inherited from ActiveSlide .)
Top
Methods
Name Description
Protected method AddReference (Inherited from PptObject .)
Public method ApplyTheme
Applies extra color scheme to a slide.
(Overrides ActiveSlide ApplyTheme(SlideColorScheme) .)
Protected method CheckDisposed (Inherited from PptObject .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals (Inherited from ActiveSlide .)
Protected method Finalize (Inherited from PptObject .)
Protected method FindParent(Type) (Inherited from PptObject .)
Protected method FindParent( Type ) (Inherited from PptObject .)
Protected method FindParent(Type, Boolean) (Inherited from PptObject .)
Protected method FindParents (Inherited from PptObject .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetThumbnail(Size)
Gets a Thumbnail Bitmap object with specified size.
Public method GetThumbnail(Single, Single)
Gets a Thumbnail Bitmap object with custom scaling.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from PptObject .)
Protected method ReleaseReference (Inherited from PptObject .)
Protected method SetParent (Inherited from PptObject .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_bIsDisposed (Inherited from PptObject .)
Top
See Also