|
|||||||||
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.
Method Summary | |
---|---|
LayoutSlideEx |
getLayoutSlide()
Returns the layout slide for the current slide. |
NotesSlideEx |
getNotesSlide()
Returns the notes slide for the current slide. |
CommentEx[] |
getSlideComments(CommentAuthorEx author)
Returns all slide comments added by specific author. |
int |
getSlideNumber()
Returns the number of a slide. |
com.aspose.slides.pptx.slideshow.TransitionEx |
getSlideShowTransition()
Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. |
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. |
boolean |
isHidden()
Determines whether the specified slide is hidden during a slide show. |
void |
setHidden(boolean value)
Sets whether the specified slide is hidden during a slide show. |
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, findShapeByAltText, getBackground, getName, getParent, getPresentation, getShapes, getSlide, getSlideId, getTags, getTimeline, setName |
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 com.aspose.slides.pptx.slideshow.TransitionEx getSlideShowTransition()
getSlideShowTransition
in class BaseSlideEx
public boolean isHidden()
public void setHidden(boolean value)
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
.public CommentEx[] getSlideComments(CommentAuthorEx author)
author
- Author of comments to find or null to return all comments.
CommentEx
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |