BaseSlide

BaseSlide class

Represents common data for all slide types.

createThemeEffective

NameDescription
createThemeEffective ()Returns an effective theme for this slide.

Returns: ThemeEffectiveData


equals

NameDescription
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:

NameTypeDescription
slideSlideThe IBaseSlide to compare with the current IBaseSlide.

Returns: boolean


equals

NameDescription
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:

NameTypeDescription
slideMasterHandoutSlideThe IBaseSlide to compare with the current IBaseSlide.

Returns: boolean


equals

NameDescription
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:

NameTypeDescription
slideNotesSlideThe IBaseSlide to compare with the current IBaseSlide.

Returns: boolean


equals

NameDescription
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:

NameTypeDescription
slideMasterSlideThe IBaseSlide to compare with the current IBaseSlide.

Returns: boolean


equals

NameDescription
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:

NameTypeDescription
slideMasterNotesSlideThe IBaseSlide to compare with the current IBaseSlide.

Returns: boolean


equals

NameDescription
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:

NameTypeDescription
slideLayoutSlideThe IBaseSlide to compare with the current IBaseSlide.

Returns: boolean


equals

NameDescription
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:

NameTypeDescription
slideBaseSlideThe IBaseSlide to compare with the current IBaseSlide.

Returns: boolean


findShapeByAltText

NameDescription
findShapeByAltText (String)Finds first occurrence of a shape with the specified alternative text.

Parameters:

NameTypeDescription
altTextStringAlternative text.

Returns: Shape, AudioFrame, LegacyDiagram, SmartArtShape, GeometryShape, Chart, GroupShape, AutoShape, VideoFrame, ZoomFrame, GraphicalObject, PictureFrame, ZoomObject, SectionZoomFrame, Connector, SummaryZoomFrame, OleObjectFrame, Ink, SmartArt, Table, SummaryZoomSection


getBackground

NameDescription
getBackground ()Returns slide’s background. Read-only IBackground.

Returns: Background


getControls

NameDescription
getControls ()Returns the collection of ActiveX controls on a slide. Read-only IControlCollection.

Returns: ControlCollection


getCustomData

NameDescription
getCustomData ()Returns the slide’s custom data. Read-only ICustomData.

Returns: CustomData


getHyperlinkQueries

NameDescription
getHyperlinkQueries ()Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.

Returns: HyperlinkQueries


getName

NameDescription
getName ()Returns or sets the name of a slide. Read/write String.

Returns: String


getPresentation

NameDescription
getPresentation ()Returns IPresentation interface. Read-only IPresentation.

Returns: Presentation


getShapes

NameDescription
getShapes ()Returns the shapes of a slide. Read-only IShapeCollection.

Returns: ShapeCollection


getShowMasterShapes

NameDescription
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

Error

ErrorCondition
NotSupportedExceptionThrown if set true for master slide.

getSlide

NameDescription
getSlide ()

Returns: Slide, MasterHandoutSlide, NotesSlide, MasterSlide, MasterNotesSlide, LayoutSlide, BaseSlide


getSlideId

NameDescription
getSlideId ()Returns the ID of a slide. Read-only long.

Returns: long


getSlideShowTransition

NameDescription
getSlideShowTransition ()Returns the Transition object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition.

Returns: SlideShowTransition


getTimeline

NameDescription
getTimeline ()Returns animation timeline object. Read-only IAnimationTimeLine.

Returns: AnimationTimeLine


joinPortionsWithSameFormatting

NameDescription
joinPortionsWithSameFormatting ()Joins runs with same formatting in all paragraphs all acceptable shapes.

joinPortionsWithSameFormatting

NameDescription
joinPortionsWithSameFormatting (ShapeCollection)Joins runs with same formatting in all paragraphs in all acceptable shapes.

setName

NameDescription
setName (String)Returns or sets the name of a slide. Read/write String.

setShowMasterShapes

NameDescription
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

ErrorCondition
NotSupportedExceptionThrown if set true for master slide.