NotesSlide

Overview

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

Represents a notes slide in a presentation.

This class provides 1 method for working with NotesSlide objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_i_base_slide, as_i_presentation_component, as_i_slide_component, as_i_themeable, background, header_footer_manager, and 9 more.

Properties

NameTypeAccessDescription
header_footer_managerINotesSlideHeaderFooterManagerReadReturns HeaderFooter manager of the notes slide.
notes_text_frameOptional[ITextFrame]ReadReturns a TextFrame with notes’ text if there is one.
parent_slideISlideReadReturns the parent slide.
as_i_base_slideIBaseSlideReadGets the as i base slide.
shapesIShapeCollectionReadReturns the shapes of a slide.
namestrRead/WriteReturns or sets the name of a slide.
slide_idintReadReturns the ID of a slide.
backgroundIBackgroundReadReturns slide’s background.
slide_show_transitionISlideShowTransitionReadReturns the TransitionEx object which contains information about how the specified slide advances during a slide show.
timelineIAnimationTimeLineReadReturns animation timeline object.
presentationIPresentationReadReturns IPresentation interface.
slideIBaseSlideReadReturns the parent slide.
as_i_slide_componentISlideComponentReadGets the as i slide component.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
as_i_themeableIThemeableReadGets the as i themeable.

Methods

SignatureDescription
__init__()Initialize base slide.

See Also