|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlide
public abstract class BaseSlide
Represents common data for all slide types.
Method Summary | |
---|---|
abstract void |
applyColorScheme(ExtraColorScheme scheme)
Deprecated. |
IThemeEffectiveData |
createThemeEffective()
Returns an effective theme for this slide. |
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. |
IPresentation |
getParentPresentation()
Deprecated. |
IPresentation |
getPresentation()
|
IShapeCollection |
getShapes()
Returns the shapes of a slide. |
IBaseSlide |
getSlide()
|
long |
getSlideId()
Returns the ID of a slide. |
ISlideShowTransition |
getSlideShowTransition()
Returns the Transition object which contains information about how the specified slide advances during a slide show. |
ITagCollection |
getTags()
Deprecated. |
IAnimationTimeLine |
getTimeline()
Returns animation timeline object. |
void |
setName(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public IPresentation getParentPresentation()
Returns the parent presentation.
Read-only Presentation
.
public IShapeCollection getShapes()
Returns the shapes of a slide.
Read-only ShapeCollection
.
getShapes
in interface IBaseSlide
public IControlCollection getControls()
Returns the collection of ActiveX controls on a slide.
Read-only IControlCollection
getControls
in interface IBaseSlide
public java.lang.String getName()
Returns or sets the name of a slide.
Read/write string
.
getName
in interface IBaseSlide
public void setName(java.lang.String value)
setName
in interface IBaseSlide
public long getSlideId()
Returns the ID of a slide.
getSlideId
in interface IBaseSlide
public IThemeEffectiveData createThemeEffective()
Returns an effective theme for this slide.
createThemeEffective
in interface IThemeable
@Deprecated public abstract void applyColorScheme(ExtraColorScheme scheme)
Applies extra color scheme to a slide.
scheme
- @Deprecated public ITagCollection getTags()
Returns the slide's tags collection.
Read-only TagCollection
.
public ICustomData getCustomData()
Returns the slide's custom data.
Read-only ICustomData
.
getCustomData
in interface IBaseSlide
public IAnimationTimeLine getTimeline()
Returns animation timeline object.
Read-only AnimationTimeLine
.
getTimeline
in interface IBaseSlide
public ISlideShowTransition getSlideShowTransition()
Returns the Transition object which contains information about
how the specified slide advances during a slide show.
Read-only ISlideShowTransition
.
getSlideShowTransition
in interface IBaseSlide
public IBackground getBackground()
Returns slide's background.
Read only Background
.
getBackground
in interface IBaseSlide
public IHyperlinkQueries getHyperlinkQueries()
Provides easy access to contained hyperlinks.
getHyperlinkQueries
in interface IBaseSlide
public IShape findShapeByAltText(java.lang.String altText)
Finds first occurrence of a shape with the specified alternative text.
findShapeByAltText
in interface IBaseSlide
altText
- Alternative text.
public IPresentation getPresentation()
getPresentation
in interface IPresentationComponent
public IBaseSlide getSlide()
getSlide
in interface ISlideComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |