|
||||||||
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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentation |
getParentPresentation()
Deprecated. |
IPresentation |
getPresentation()
Returns the presentation. |
IShapeCollection |
getShapes()
Returns the shapes of a slide. |
IBaseSlide |
getSlide()
Returns the base slide. |
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 |
joinPortionsWithSameFormatting()
Joins runs with same formatting in all paragraphs all acceptable shapes. |
void |
joinPortionsWithSameFormatting(IShapeCollection collection)
|
void |
setName(java.lang.String value)
Returns or sets the name of a slide. |
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 IPresentation
.
public IShapeCollection getShapes()
Returns the shapes of a slide.
Read-only IShapeCollection
.
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)
Returns or sets the name of a slide.
Read/write String
.
setName
in interface IBaseSlide
public long getSlideId()
Returns the ID of a slide.
Read-only long
.
getSlideId
in interface IBaseSlide
public void joinPortionsWithSameFormatting()
Joins runs with same formatting in all paragraphs all acceptable shapes.
joinPortionsWithSameFormatting
in interface IBaseSlide
public void joinPortionsWithSameFormatting(IShapeCollection collection)
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 ITagCollection
.
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 IAnimationTimeLine
.
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 IBackground
.
getBackground
in interface IBaseSlide
public IHyperlinkQueries getHyperlinkQueries()
Provides easy access to contained hyperlinks.
Read-only IHyperlinkQueries
.
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 com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IPresentation getPresentation()
IPresentationComponent
Returns the presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
public IBaseSlide getSlide()
ISlideComponent
Returns the base slide.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |