BaseSlide
BaseSlide class
Represents common data for all slide types.
createThemeEffective
Name | Description |
---|---|
createThemeEffective () | Returns an effective theme for this slide. |
Returns: ThemeEffectiveData
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. |
Returns: boolean
equals
Name | Description |
---|---|
equals (BaseSlide) | 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 | BaseSlide | The IBaseSlide to compare with the current IBaseSlide. |
Returns: 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. |
Returns: boolean
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. |
Returns: 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. |
Returns: 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. |
Returns: 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. |
Returns: 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. |
Returns: Connector, GraphicalObject, Table, SmartArtShape, Shape, Ink, SummaryZoomFrame, GeometryShape, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, LegacyDiagram, ZoomObject
getBackground
Name | Description |
---|---|
getBackground () | Returns slide’s background. Read-only IBackground. |
Returns: Background
getControls
Name | Description |
---|---|
getControls () | Returns the collection of ActiveX controls on a slide. Read-only IControlCollection. |
Returns: ControlCollection
getCustomData
Name | Description |
---|---|
getCustomData () | Returns the slide’s custom data. Read-only ICustomData. |
Returns: CustomData
getHyperlinkQueries
Name | Description |
---|---|
getHyperlinkQueries () | Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries. |
Returns: HyperlinkQueries
getName
Name | Description |
---|---|
getName () | Returns or sets the name of a slide. Read/write String. |
Returns: String
getPresentation
Name | Description |
---|---|
getPresentation () | Returns IPresentation interface. Read-only IPresentation. |
Returns: Presentation
getShapes
Name | Description |
---|---|
getShapes () | Returns the shapes of a slide. Read-only IShapeCollection. |
Returns: ShapeCollection
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. |
Returns: boolean
Exception
Error | Condition |
---|---|
NotSupportedException | Thrown if set true for master slide. |
getSlide
Name | Description |
---|---|
getSlide () |
Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide
getSlideId
Name | Description |
---|---|
getSlideId () | Returns the ID of a slide. Read-only long. |
Returns: 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. |
Returns: SlideShowTransition
getTimeline
Name | Description |
---|---|
getTimeline () | Returns animation timeline object. Read-only IAnimationTimeLine. |
Returns: AnimationTimeLine
joinPortionsWithSameFormatting
Name | Description |
---|---|
joinPortionsWithSameFormatting () | Joins runs with same formatting in all paragraphs all acceptable shapes. |
Returns: void
joinPortionsWithSameFormatting
Name | Description |
---|---|
joinPortionsWithSameFormatting (ShapeCollection) | Joins runs with same formatting in all paragraphs in all acceptable shapes. |
Returns: void
setName
Name | Description |
---|---|
setName (String) | Returns or sets the name of a slide. Read/write String. |
Returns: void
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. |
Returns: void
Exception
Error | Condition |
---|---|
NotSupportedException | Thrown if set true for master slide. |