|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.BaseSlideEx
com.aspose.slides.pptx.SlideEx
public final class SlideEx
Represents a slide in a presentation.
Field Summary |
---|
Fields inherited from class com.aspose.slides.pptx.BaseSlideEx |
---|
m_parent, m_slideDoc |
Method Summary | |
---|---|
LayoutSlideEx |
getLayoutSlide()
Returns the layout slide for the current slide. |
NotesSlideEx |
getNotesSlide()
Returns the notes slide for the current slide. |
int |
getSlideNumber()
Returns the number of a slide. |
SlideShowTransitionEx |
getSlideShowTransition()
|
ThemeEx |
getTheme()
Returns the theme object from master. |
java.awt.image.BufferedImage |
getThumbnail(float scaleX,
float scaleY)
Returns a Thumbnail Bitmap object with custom scaling. |
void |
setLayoutSlide(LayoutSlideEx value)
Sets the layout slide for the current slide. |
void |
setSlideNumber(int value)
Sets the number of a slide. |
Methods inherited from class com.aspose.slides.pptx.BaseSlideEx |
---|
addNotes, getBackground, getParent, getPresentation, getShapes, getSlide, getSlideId, getTags, getTimeline |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ThemeEx getTheme()
getTheme
in class BaseSlideEx
public int getSlideNumber()
PresentationEx.getSlides()
collection is always equal to
getSlideNumber() - 1.
public void setSlideNumber(int value)
public SlideShowTransitionEx getSlideShowTransition()
getSlideShowTransition
in class BaseSlideEx
public java.awt.image.BufferedImage getThumbnail(float scaleX, float scaleY)
scaleX
- The value by which to scale this Thumbnail in the x-axis
direction.scaleY
- The value by which to scale this Thumbnail in the y-axis
direction.
public LayoutSlideEx getLayoutSlide()
LayoutSlideEx
.public void setLayoutSlide(LayoutSlideEx value)
value
- See LayoutSlideEx
.public NotesSlideEx getNotesSlide()
NotesSlideEx
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |