com.aspose.slides
Interface IBaseSlide

All Superinterfaces:
IPresentationComponent, ISlideComponent, IThemeable
All Known Subinterfaces:
ILayoutSlide, IMasterHandoutSlide, IMasterNotesSlide, IMasterSlide, INotesSlide, ISlide
All Known Implementing Classes:
BaseSlide, LayoutSlide, MasterHandoutSlide, MasterNotesSlide, MasterSlide, NotesSlide, Slide

public interface IBaseSlide
extends IThemeable


Method Summary
 IShape findShapeByAltText(java.lang.String altText)
           Finds first occurrence of a shape with the specified alternative text.
 IBackground getBackground()
           Returns slide's background.
 IControlCollection getControls()
           Returns the collection of ActiveX controls on a slide.
 ICustomData getCustomData()
           Returns the slide's custom data.
 IHyperlinkQueries getHyperlinkQueries()
           Provides easy access to contained hyperlinks.
 java.lang.String getName()
           Returns or sets the name of a slide.
 IShapeCollection getShapes()
           Returns the shapes of a slide.
 long getSlideId()
           Returns the ID of a slide.
 ISlideShowTransition getSlideShowTransition()
           Returns the TransitionEx object which contains information about how the specified slide advances during a slide show.
 IAnimationTimeLine getTimeline()
           Returns animation timeline object.
 void joinPortionsWithSameFormatting()
           Joins runs with same formatting in all paragraphs in all acceptable shapes.
 void setName(java.lang.String value)
           Returns or sets the name of a slide.
 
Methods inherited from interface com.aspose.slides.IThemeable
createThemeEffective
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getShapes

IShapeCollection getShapes()

Returns the shapes of a slide. Read-only IShapeCollection.


getControls

IControlCollection getControls()

Returns the collection of ActiveX controls on a slide. Read-only IControlCollection.


getName

java.lang.String getName()

Returns or sets the name of a slide. Read/write String.


setName

void setName(java.lang.String value)

Returns or sets the name of a slide. Read/write String.


getSlideId

long getSlideId()

Returns the ID of a slide. Read-only long.


getCustomData

ICustomData getCustomData()

Returns the slide's custom data. Read-only ICustomData.


getTimeline

IAnimationTimeLine getTimeline()

Returns animation timeline object. Read-only IAnimationTimeLine.


getSlideShowTransition

ISlideShowTransition getSlideShowTransition()

Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition.


getBackground

IBackground getBackground()

Returns slide's background. Read-only IBackground.


getHyperlinkQueries

IHyperlinkQueries getHyperlinkQueries()

Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.


findShapeByAltText

IShape findShapeByAltText(java.lang.String altText)

Finds first occurrence of a shape with the specified alternative text.

Parameters:
altText - Alternative text.
Returns:
ShapeEx object or null.

joinPortionsWithSameFormatting

void joinPortionsWithSameFormatting()

Joins runs with same formatting in all paragraphs in all acceptable shapes.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.