com.aspose.slides
Class BaseSlideEx

java.lang.Object
  extended by com.aspose.slides.BaseSlideEx
Direct Known Subclasses:
LayoutSlideEx, MasterHandoutSlideEx, MasterNotesSlideEx, MasterSlideEx, NotesSlideEx, SlideEx

public abstract class BaseSlideEx
extends java.lang.Object

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

getParent

public PresentationEx getParent()

Returns the parent presentation. Read-only PresentationEx.


getShapes

public ShapeExCollection getShapes()

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


getControls

public ControlExCollection getControls()

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


getName

public java.lang.String getName()

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


setName

public void setName(java.lang.String value)

getSlideId

public long getSlideId()

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


getTheme

public abstract ThemeEx getTheme()

Returns a theme for this slide


applyColorScheme

public abstract void applyColorScheme(ExtraColorSchemeEx scheme)

Applies extra color scheme to a slide.

Parameters:
scheme -

getTags

public TagExCollection getTags()

Returns the slide's tags collection. Read-only TagExCollection.


getTimeline

public TimeLineEx getTimeline()

Returns animation timeline object. Read-only TimeLineEx.


getSlideShowTransition

public TransitionEx getSlideShowTransition()

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


getBackground

public BackgroundEx getBackground()

Returns slide's background. Read only BackgroundEx.


findShapeByAltText

public ShapeEx 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.

getPresentation

public PresentationEx getPresentation()

getSlide

public BaseSlideEx getSlide()