|
||||||||
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
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. |
PlaceholderCollection |
getPlaceholders()
Returns the placeholders of a slide. |
java.awt.Color |
getSchemeColor(int index)
|
ShapeCollection |
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 |
---|
public boolean isMasterSlide()
Determines whether the slide is a master slide. Read-only bool
.
public Presentation getParentPresentation()
Returns the parent presentation. Read-only Presentation
.
@Deprecated public Presentation getParent()
Returns the parent presentation. Read-only Presentation
.
public abstract long getSlideId()
Returns the ID of a slide. Read-only uint
.
public java.awt.Color getSchemeColor(int index)
public ShapeCollection getShapes()
Returns the shapes of a slide. Read-only Aspose.Slides.ShapeCollection
.
public PlaceholderCollection getPlaceholders()
Returns the placeholders of a slide. Read-only Aspose.Slides.PlaceholderCollection
.
public Background getBackground()
Returns the background of a slide. Read-only Aspose.Slides.Background
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |