NotesSlide

Overview

NotesSlide is a class in Aspose.Slides FOSS for Java. Inherits from: BaseSlide, INotesSlide.

Represents a notes slide in a presentation.

This class provides 14 methods for working with NotesSlide objects in Java programs. Available methods include: BaseSlide, NotesSlide, asIBaseSlide, asIPresentationComponent, getHeaderFooterManager, getName, getNotesTextFrame, getParentSlide, getPresentation, getShapes, getSlide, getSlideId, and 2 additional methods. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: headerFooterManager, name, notesTextFrame, parentSlide, presentation, shapes, and 2 more.

Properties

NameTypeAccessDescription
notesTextFrameITextFrameReadGets the notes text frame.
headerFooterManagerINotesSlideHeaderFooterManagerReadGets the header footer manager.
parentSlideISlideReadGets the parent slide.
presentationIPresentationReadGets the presentation.
nameStringReadGets the name.
slideIdintReadGets the slide id.
shapesIShapeCollectionReadGets the shapes.
slideIBaseSlideReadGets the slide.

Methods

SignatureDescription
NotesSlide()Creates an uninitialized NotesSlide.
initInternal(presentation: IPresentation, opcPackage: OpcPackage, partName: String, notesPart: NotesSlidePart, parentSlide: ISlide)Internal initialization for a notes slide.
getNotesTextFrame()ITextFrameReturns the notes text frame.
getHeaderFooterManager()INotesSlideHeaderFooterManagerReturns the header footer manager.
getParentSlide()ISlideReturns the parent slide.
asIBaseSlide()IBaseSlideCasts this notes slide to an IBaseSlide reference
getPresentation()IPresentationReturns the presentation.
BaseSlide()Creates a BaseSlide with default values.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getSlideId()intReturns the slide id.
getShapes()IShapeCollectionReturns the shapes.
getSlide()IBaseSlideReturns the slide.
asIPresentationComponent()IPresentationComponent

See Also