com.aspose.slides
Class BaseSlide

java.lang.Object
  extended by com.aspose.slides.BaseSlide
Direct Known Subclasses:
Notes, Slide

public abstract class BaseSlide
extends java.lang.Object

Base class for all slide objects.


Method Summary
 Background getBackground()
           Returns the background of a slide.
 Presentation getParent()
          Deprecated. 
 Presentation getParentPresentation()
           Returns the parent presentation.
 Placeholders getPlaceholders()
           Returns the placeholders of a slide.
abstract  java.awt.Color getSchemeColor(int index)
           Returns scheme color by index.
 Shapes getShapes()
           Returns the shapes of a slide.
abstract  long getSlideId()
           Returns the ID of a slide.
 boolean isMasterSlide()
           Determines whether the slide is a master slide.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isMasterSlide

public boolean isMasterSlide()

Determines whether the slide is a master slide. Read-only bool.


getParentPresentation

public Presentation getParentPresentation()

Returns the parent presentation. Read-only Presentation.


getParent

@Deprecated
public Presentation getParent()
Deprecated. 

Returns the parent presentation. Read-only Presentation.


getSlideId

public abstract long getSlideId()

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


getSchemeColor

public abstract java.awt.Color getSchemeColor(int index)

Returns scheme color by index.

Parameters:
index -
Returns:

getShapes

public Shapes getShapes()

Returns the shapes of a slide. Read-only Aspose.Slides.ShapeCollection.


getPlaceholders

public Placeholders getPlaceholders()

Returns the placeholders of a slide. Read-only Aspose.Slides.PlaceholderCollection.


getBackground

public Background getBackground()

Returns the background of a slide. Read-only Aspose.Slides.Background.