NotesSlide
NotesSlide class
Represents a notes slide in a presentation.
createThemeEffective
| Name | Description |
|---|
| createThemeEffective() | Returns an effective theme for this slide. |
Result:
ThemeEffectiveData
equals
| Name | Description |
|---|
| equals(Slide) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
Parameters:
| Name | Type | Description |
|---|
| slide | Slide | The IBaseSlide to compare with the current IBaseSlide. |
Result:
boolean
equals
| Name | Description |
|---|
| equals(MasterNotesSlide) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
Parameters:
| Name | Type | Description |
|---|
| slide | MasterNotesSlide | The IBaseSlide to compare with the current IBaseSlide. |
Result:
boolean
equals
| Name | Description |
|---|
| equals(MasterSlide) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
Parameters:
| Name | Type | Description |
|---|
| slide | MasterSlide | The IBaseSlide to compare with the current IBaseSlide. |
Result:
boolean
equals
| Name | Description |
|---|
| equals(LayoutSlide) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
Parameters:
| Name | Type | Description |
|---|
| slide | LayoutSlide | The IBaseSlide to compare with the current IBaseSlide. |
Result:
boolean
equals
| Name | Description |
|---|
| equals(MasterHandoutSlide) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
Parameters:
| Name | Type | Description |
|---|
| slide | MasterHandoutSlide | The IBaseSlide to compare with the current IBaseSlide. |
Result:
boolean
equals
| Name | Description |
|---|
| equals(NotesSlide) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
Parameters:
| Name | Type | Description |
|---|
| slide | NotesSlide | The IBaseSlide to compare with the current IBaseSlide. |
Result:
boolean
findShapeByAltText
| Name | Description |
|---|
| findShapeByAltText(String) | Finds first occurrence of a shape with the specified alternative text. |
Parameters:
| Name | Type | Description |
|---|
| altText | String | Alternative text. |
Result:
SummaryZoomSection, AutoShape, AudioFrame, OleObjectFrame, SummaryZoomFrame, ZoomFrame, GraphicalObject, PictureFrame, ZoomObject, VideoFrame, GeometryShape, SmartArtShape, SmartArt, Ink, Chart, GroupShape, Table, SectionZoomFrame, Shape, LegacyDiagram, Connector
getBackground
| Name | Description |
|---|
| getBackground() | Returns slide’s background. Read-only IBackground. |
Result:
Background
getControls
| Name | Description |
|---|
| getControls() | Returns the collection of ActiveX controls on a slide. Read-only IControlCollection. |
Result:
ControlCollection
getCustomData
| Name | Description |
|---|
| getCustomData() | Returns the slide’s custom data. Read-only ICustomData. |
Result:
CustomData
| Name | Description |
|---|
| getHeaderFooterManager() | Returns HeaderFooter manager of the notes slide. Read-only INotesSlideHeaderFooterManager. |
Result:
NotesSlideHeaderFooterManager
getHyperlinkQueries
| Name | Description |
|---|
| getHyperlinkQueries() | Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries. |
Result:
HyperlinkQueries
getName
| Name | Description |
|---|
| getName() | Returns or sets the name of a slide. Read/write String. |
Result:
String
getNotesTextFrame
| Name | Description |
|---|
| getNotesTextFrame() | Returns a TextFrame with notes’ text if there is one. Read-only ITextFrame. |
Result:
TextFrame
getParentSlide
| Name | Description |
|---|
| getParentSlide() | Returns the parent slide. Read-only ISlide. |
Result:
Slide
| Name | Description |
|---|
| getParent_Immediate() | |
getPresentation
| Name | Description |
|---|
| getPresentation() | Returns IPresentation interface. Read-only IPresentation. |
Result:
Presentation
getShapes
| Name | Description |
|---|
| getShapes() | Returns the shapes of a slide. Read-only IShapeCollection. |
Result:
ShapeCollection
getShowMasterShapes
| Name | Description |
|---|
| getShowMasterShapes() | Specifies if shapes on the master slide should be shown on slides or not. Read/write boolean. |
Result:
boolean
getShowMasterShapes
| Name | Description |
|---|
| getShowMasterShapes() | Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Read/write boolean. |
Result:
boolean
Error
| Error | Condition |
|---|
| NotSupportedException | Thrown if set true for master slide. |
getSlide
| Name | Description |
|---|
| getSlide() | |
Result:
Slide, MasterNotesSlide, BaseSlide, MasterSlide, LayoutSlide, MasterHandoutSlide, NotesSlide
getSlideId
| Name | Description |
|---|
| getSlideId() | Returns the ID of a slide. Read-only long. |
Result:
long
getSlideShowTransition
| Name | Description |
|---|
| getSlideShowTransition() | Returns the Transition object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition. |
Result:
SlideShowTransition
getThemeManager
| Name | Description |
|---|
| getThemeManager() | Returns the overriding theme manager. Read-only IOverrideThemeManager. |
Result:
LayoutSlideThemeManager, ChartThemeManager, BaseOverrideThemeManager, NotesSlideThemeManager, SlideThemeManager
getTimeline
| Name | Description |
|---|
| getTimeline() | Returns animation timeline object. Read-only IAnimationTimeLine. |
Result:
AnimationTimeLine
| Name | Description |
|---|
| joinPortionsWithSameFormatting() | Joins runs with same formatting in all paragraphs all acceptable shapes. |
| Name | Description |
|---|
| joinPortionsWithSameFormatting(ShapeCollection) | Joins runs with same formatting in all paragraphs in all acceptable shapes. |
setName
| Name | Description |
|---|
| setName(String) | Returns or sets the name of a slide. Read/write String. |
setShowMasterShapes
| Name | Description |
|---|
| setShowMasterShapes(boolean) | Specifies if shapes on the master slide should be shown on slides or not. Read/write boolean. |
setShowMasterShapes
| Name | Description |
|---|
| setShowMasterShapes(boolean) | Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Read/write boolean. |
Error
| Error | Condition |
|---|
| NotSupportedException | Thrown if set true for master slide. |