|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBaseSlide
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 |
---|
IShapeCollection getShapes()
Returns the shapes of a slide.
Read-only IShapeCollection
.
IControlCollection getControls()
Returns the collection of ActiveX controls on a slide.
Read-only IControlCollection
.
java.lang.String getName()
Returns or sets the name of a slide.
Read/write String
.
void setName(java.lang.String value)
Returns or sets the name of a slide.
Read/write String
.
long getSlideId()
Returns the ID of a slide.
Read-only long
.
ICustomData getCustomData()
Returns the slide's custom data.
Read-only ICustomData
.
IAnimationTimeLine getTimeline()
Returns animation timeline object.
Read-only IAnimationTimeLine
.
ISlideShowTransition getSlideShowTransition()
Returns the TransitionEx object which contains information about
how the specified slide advances during a slide show.
Read-only ISlideShowTransition
.
IBackground getBackground()
Returns slide's background.
Read-only IBackground
.
IHyperlinkQueries getHyperlinkQueries()
Provides easy access to contained hyperlinks.
Read-only IHyperlinkQueries
.
IShape findShapeByAltText(java.lang.String altText)
Finds first occurrence of a shape with the specified alternative text.
altText
- Alternative text.
void joinPortionsWithSameFormatting()
Joins runs with same formatting in all paragraphs in all acceptable shapes.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |