|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlideEx
public abstract class BaseSlideEx
Represents common data for all slide types.
Method Summary | |
---|---|
abstract void |
applyColorScheme(ExtraColorSchemeEx scheme)
Applies extra color scheme to a slide. |
ShapeEx |
findShapeByAltText(java.lang.String altText)
Finds first occurrence of a shape with the specified alternative text. |
BackgroundEx |
getBackground()
Returns slide's background. |
ControlExCollection |
getControls()
Returns the collection of ActiveX controls on a slide. |
java.lang.String |
getName()
Returns or sets the name of a slide. |
PresentationEx |
getParent()
Returns the parent presentation. |
PresentationEx |
getPresentation()
|
ShapeExCollection |
getShapes()
Returns the shapes of a slide. |
BaseSlideEx |
getSlide()
|
long |
getSlideId()
Returns the ID of a slide. |
TransitionEx |
getSlideShowTransition()
Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. |
TagExCollection |
getTags()
Returns the slide's tags collection. |
abstract ThemeEx |
getTheme()
Returns a theme for this slide |
TimeLineEx |
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 |
---|
public PresentationEx getParent()
Returns the parent presentation.
Read-only PresentationEx
.
public ShapeExCollection getShapes()
Returns the shapes of a slide.
Read-only ShapeExCollection
.
public ControlExCollection getControls()
Returns the collection of ActiveX controls on a slide.
Read-only ControlExCollection
public java.lang.String getName()
Returns or sets the name of a slide.
Read/write string
.
public void setName(java.lang.String value)
public long getSlideId()
Returns the ID of a slide.
Read-only uint
.
public abstract ThemeEx getTheme()
Returns a theme for this slide
public abstract void applyColorScheme(ExtraColorSchemeEx scheme)
Applies extra color scheme to a slide.
scheme
- public TagExCollection getTags()
Returns the slide's tags collection.
Read-only TagExCollection
.
public TimeLineEx getTimeline()
Returns animation timeline object.
Read-only TimeLineEx
.
public TransitionEx getSlideShowTransition()
Returns the TransitionEx object which contains information about
how the specified slide advances during a slide show.
Read-only TransitionEx
.
public BackgroundEx getBackground()
Returns slide's background.
Read only BackgroundEx
.
public ShapeEx findShapeByAltText(java.lang.String altText)
Finds first occurrence of a shape with the specified alternative text.
altText
- Alternative text.
public PresentationEx getPresentation()
public BaseSlideEx getSlide()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |